nixos: pass ook args to home-manager
This commit is contained in:
parent
7c5bd43295
commit
bf43fc8e64
1 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
hozen,
|
hozen,
|
||||||
|
ook,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
|
|
@ -17,7 +18,7 @@ in {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
backupFileExtension = "hm.old";
|
backupFileExtension = "hm.old";
|
||||||
verbose = true;
|
verbose = true;
|
||||||
extraSpecialArgs = {inherit hozen inputs inputs' self self';};
|
extraSpecialArgs = {inherit ook hozen inputs inputs' self self';};
|
||||||
users.${admin.name} = {
|
users.${admin.name} = {
|
||||||
imports = ["${self}/modules/home/base"];
|
imports = ["${self}/modules/home/base"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue