Regenerated

This commit is contained in:
2026-03-30 00:02:18 +00:00
parent 20b19e451c
commit c918e2942e
4 changed files with 294 additions and 294 deletions
+290 -290
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1844,7 +1844,8 @@ in
{ {
environment.systemPackages = [ hyprlandPkg ]; environment.systemPackages = [ hyprlandPkg ];
_module.args.hmUsers = { # Home Manager users declaration
home-manager.users = {
${username} = { ${username} = {
home.packages = [ hyprlandPkg ]; home.packages = [ hyprlandPkg ];
@@ -2458,7 +2459,6 @@ let
assetPath = "${flakeRoot}/generated/.config/${moduleName}"; assetPath = "${flakeRoot}/generated/.config/${moduleName}";
assetFiles = builtins.attrNames (builtins.readDir assetPath); assetFiles = builtins.attrNames (builtins.readDir assetPath);
# Same pattern as hyprland.nix (IMPORTANT)
stylixFiles = lib.genAttrs assetFiles (f: { stylixFiles = lib.genAttrs assetFiles (f: {
name = ".config/${moduleName}/${f}"; name = ".config/${moduleName}/${f}";
value = { source = "${assetPath}/${f}"; }; value = { source = "${assetPath}/${f}"; };
@@ -24,7 +24,8 @@ in
{ {
environment.systemPackages = [ hyprlandPkg ]; environment.systemPackages = [ hyprlandPkg ];
_module.args.hmUsers = { # Home Manager users declaration
home-manager.users = {
${username} = { ${username} = {
home.packages = [ hyprlandPkg ]; home.packages = [ hyprlandPkg ];
@@ -7,7 +7,6 @@ let
assetPath = "${flakeRoot}/generated/.config/${moduleName}"; assetPath = "${flakeRoot}/generated/.config/${moduleName}";
assetFiles = builtins.attrNames (builtins.readDir assetPath); assetFiles = builtins.attrNames (builtins.readDir assetPath);
# Same pattern as hyprland.nix (IMPORTANT)
stylixFiles = lib.genAttrs assetFiles (f: { stylixFiles = lib.genAttrs assetFiles (f: {
name = ".config/${moduleName}/${f}"; name = ".config/${moduleName}/${f}";
value = { source = "${assetPath}/${f}"; }; value = { source = "${assetPath}/${f}"; };