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