finding hyprland.conf error

This commit is contained in:
2026-03-15 12:16:55 +00:00
parent 6a46083e56
commit 2841e8278a
+5 -7
View File
@@ -32,13 +32,11 @@ in
}; };
# Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr # Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr
home-files = [ xdg.configFile = {
{ "hypr/.keep" = {
path = "hypr"; text = "";
source = "${flakeRoot}/assets/hyprland/conf/hypr"; };
recursive = true;
symlink = true;
} }
]; // hyprlandConfs;
}; };
} }