fix: pass home specialArgs to home in nixos module
This commit is contained in:
parent
9b718da230
commit
11476c3b90
4 changed files with 14 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ inputs @ {
|
|||
|
||||
cfg = config.snowfallorg;
|
||||
|
||||
# @NOTE(jakehamilton): The module system chokes if it finds `osConfig` named in the module arguments
|
||||
# NOTE: The module system chokes if it finds `osConfig` named in the module arguments
|
||||
# when being used in standalone home-manager. To remedy this, we have to refer to the arguments set directly.
|
||||
os-user-home = inputs.osConfig.users.users.${cfg.name}.home or null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue