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,
|
||||
config,
|
||||
hozen,
|
||||
ook,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
|
|
@ -17,7 +18,7 @@ in {
|
|||
useUserPackages = true;
|
||||
backupFileExtension = "hm.old";
|
||||
verbose = true;
|
||||
extraSpecialArgs = {inherit hozen inputs inputs' self self';};
|
||||
extraSpecialArgs = {inherit ook hozen inputs inputs' self self';};
|
||||
users.${admin.name} = {
|
||||
imports = ["${self}/modules/home/base"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue