extern: fix #106 well

This commit is contained in:
Timothy DeHerrera 2021-02-19 23:06:00 -07:00
parent e6189cd8bc
commit 92a69cbdcb
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

5
extern/default.nix vendored
View file

@ -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;
};