finding hyprland.conf error

This commit is contained in:
2026-03-15 12:24:08 +00:00
parent b5fe43fc80
commit 914e37f812
+5 -5
View File
@@ -35,10 +35,10 @@ in
}; };
}; };
# Add activation script to create symlinks # Use home.file to create explicit symlinks for each file
system.activationScripts.hyprlandLinks = '' home.file = lib.genAttrs files (name: {
mkdir -p ~/.config/hypr/ target = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
ln -sf ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/ path = "/.config/hypr/${name}";
''; });
}; };
} }