finding hyprland.conf error

This commit is contained in:
2026-03-15 12:24:43 +00:00
parent 914e37f812
commit 682765f2e4
+3 -2
View File
@@ -28,16 +28,17 @@ in
enable = true;
};
# Create symlinks for all files in assets/hyprland/conf/hypr
# Create the config directory
xdg.configFile = {
"hypr/.keep" = {
text = "";
};
};
# Use home.file to create explicit symlinks for each file
# Use home.file to create each file as a symlink
home.file = lib.genAttrs files (name: {
target = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
source = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
path = "/.config/hypr/${name}";
});
};