Add namespace to home-manager.extraSpecialArgs so homes/<arch>/<name>/default.nix gets namespace as an argument
This commit is contained in:
parent
cfeacd0555
commit
9a41b2b37e
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ in {
|
|||
config = {
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit system target format virtual systems host;
|
||||
inherit (snowfall-config) namespace;
|
||||
|
||||
lib = home-lib;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue