Recreated flake files

This commit is contained in:
2026-03-12 21:08:41 +01:00
parent f4951eb155
commit f1de0823a1
3 changed files with 140 additions and 37 deletions
+6
View File
@@ -6,6 +6,7 @@
flakeRoot,
...
}:
let
hyprlandConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/hypr";
# Dynamically read all files in assets/hyprland/conf/
@@ -33,6 +34,11 @@ in
enable = true;
};
# Ensure the Hyprland config directory exists
xdg.configFile."hypr/.keep" = {
text = "";
};
# Merge dynamic Hyprland configs with existing xdg.configFile
xdg.configFile = {
# Your existing manual configs (if any)