hmModules: add extraSpecialArgs flake, namespace
This commit is contained in:
parent
a6b0f0a85d
commit
68f63d24fb
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
++ [ nixosModules.default ]
|
++ [ nixosModules.default ]
|
||||||
++ [ inputs.home-manager.nixosModules.default ]
|
++ [ inputs.home-manager.nixosModules.default ]
|
||||||
++ [ { config.home-manager.sharedModules = [ hmModules.default ]; } ]
|
++ [ { config.home-manager.sharedModules = [ hmModules.default ]; } ]
|
||||||
|
++ [ { config.home-manager.extraSpecialArgs = { inherit flake namespace; }; } ]
|
||||||
++ builtins.attrValues nixosUsers
|
++ builtins.attrValues nixosUsers
|
||||||
++ builtins.attrValues nixosGroups
|
++ builtins.attrValues nixosGroups
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue