bash
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
graphical = config.sysconfig.graphical;
|
||||
};
|
||||
}
|
||||
] ++ (if inputs ? ${x} then [ (inputs.${x} { config = config.home-manager.users.${x}; inherit lib pkgs inputs; }) ] else [])
|
||||
] ++ (if inputs ? ${x} then [ (inputs.${x} /*{ config = config.home-manager.users.${x}; inherit lib pkgs inputs; }*/) ] else [])
|
||||
++ config.sysconfig.users.${x}.home-manager.extraModules));
|
||||
})
|
||||
(builtins.partition
|
||||
|
||||
Reference in New Issue
Block a user