fix setup
This commit is contained in:
parent
2078269704
commit
21382e22a0
7 changed files with 8 additions and 16 deletions
|
|
@ -76,6 +76,7 @@
|
|||
home-manager.extraSpecialArgs = {
|
||||
inherit zen-browser;
|
||||
hostPlatform = system;
|
||||
isNixOS = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
@ -89,6 +90,7 @@
|
|||
extraSpecialArgs = {
|
||||
inherit zen-browser;
|
||||
hostPlatform = system;
|
||||
isNixOS = false;
|
||||
};
|
||||
modules = [ ./home/home.nix ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue