fix: rename m3ta-home → m3taHome namespace (hyphens break Nix dot access)

This commit is contained in:
2026-05-02 10:15:41 +02:00
parent 4a4dc42a12
commit 510665b359
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ in {
config = mkIf cfg {
xdg.configFile."hypr/wallpapers" = {
# Use the flake source root for pure evaluation compatibility
source = "${config.m3ta-home.paths.srcRoot}/assets/wallpapers";
source = "${config.m3taHome.paths.srcRoot}/assets/wallpapers";
recursive = true;
};
};