fix: use m3ta-home.paths.srcRoot for wallpapers (pure eval compatible)
This commit is contained in:
@@ -11,8 +11,8 @@ in {
|
||||
|
||||
config = mkIf cfg {
|
||||
xdg.configFile."hypr/wallpapers" = {
|
||||
# Wallpapers stored in m3ta-home/assets/wallpapers/
|
||||
source = ./../../../../assets/wallpapers;
|
||||
# Use the flake source root for pure evaluation compatibility
|
||||
source = "${config.m3ta-home.paths.srcRoot}/assets/wallpapers";
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user