Recreated files

This commit is contained in:
2026-03-12 21:12:58 +01:00
parent 6afa7224e5
commit 3ca7a32d44
3 changed files with 377 additions and 360 deletions
+8 -2
View File
@@ -671,6 +671,7 @@ The ./generated/top.nix file acts as an anchor or entry point for the entire cha
flakeRoot,
...
}:
let
hyprlandConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/hypr";
# Dynamically read all files in assets/hyprland/conf/
@@ -698,13 +699,18 @@ 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)
}
// hyprlandConfs;
} // hyprlandConfs;
};
}
#+END_SRC
** =generated/mangowc/top.nix=