extern: fix #106 well
This commit is contained in:
parent
e6189cd8bc
commit
92a69cbdcb
1 changed files with 5 additions and 0 deletions
5
extern/default.nix
vendored
5
extern/default.nix
vendored
|
@ -1,4 +1,7 @@
|
|||
{ inputs }: with inputs;
|
||||
let
|
||||
hm-modules = { };
|
||||
in
|
||||
{
|
||||
modules = [
|
||||
home.nixosModules.home-manager
|
||||
|
@ -15,6 +18,8 @@
|
|||
|
||||
# passed to all nixos modules
|
||||
specialArgs = {
|
||||
inherit hm-modules;
|
||||
|
||||
overrideModulesPath = "${override}/nixos/modules";
|
||||
hardware = nixos-hardware.nixosModules;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue