Regenerated

This commit is contained in:
2026-03-21 21:11:09 +00:00
parent 8cb4a5ccd8
commit 746739e019
31 changed files with 5 additions and 1531 deletions
+5 -5
View File
@@ -693,7 +693,7 @@ let
pkgs.hyprland-git or
inputs.hyprland.packages.${pkgs.system}.default;
# Map all files in the asset folder to home.file entries
# Map all files in the asset folder
hyprFiles =
builtins.listToAttrs (
map (f: {
@@ -711,12 +711,12 @@ in
${username} = {
home.packages = [ hyprlandPkg ];
# Main config (redundant if also in the folder, but keeps explicit)
home.file.".config/hypr/hyprland.conf".source = mainConfig;
# Add all other files from asset folder
# Merge main config + all other files
home.file = lib.mkMerge [
hyprFiles
{
".config/hypr/hyprland.conf" = { source = mainConfig; };
}
];
# Optional module-specific settings