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