Regenerated

This commit is contained in:
2026-03-27 08:35:37 +00:00
parent 0b2fed7a11
commit 5a500ce415
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -141,8 +141,13 @@ let
allModules = hostModules.imports ++ globalUsers.imports;
/*
# Merge all _module.args.hmUsers from each module
allHmUsers = lib.foldl' (acc: m: acc // (m._module.args.hmUsers // {})) {} allModules;
*/
# Inject merged users directly under Home Manager
home-manager.users = allHmUsers;
in
{
@@ -11,8 +11,13 @@ let
allModules = hostModules.imports ++ globalUsers.imports;
/*
# Merge all _module.args.hmUsers from each module
allHmUsers = lib.foldl' (acc: m: acc // (m._module.args.hmUsers // {})) {} allModules;
*/
# Inject merged users directly under Home Manager
home-manager.users = allHmUsers;
in
{