fix: use quoted "m3ta-home" namespace (consistent with repo name)
This commit is contained in:
@@ -12,7 +12,7 @@ in {
|
||||
config = mkIf cfg {
|
||||
xdg.configFile."hypr/wallpapers" = {
|
||||
# Use the flake source root for pure evaluation compatibility
|
||||
source = "${config.m3taHome.paths.srcRoot}/assets/wallpapers";
|
||||
source = "${config."m3ta-home".paths.srcRoot}/assets/wallpapers";
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user