Regenerated
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user