Skip to content

Commit

Permalink
extern: fix #106 well
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Feb 20, 2021
1 parent e6189cd commit 92a69cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extern/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{ inputs }: with inputs;
let
hm-modules = { };
in
{
modules = [
home.nixosModules.home-manager
Expand All @@ -15,6 +18,8 @@

# passed to all nixos modules
specialArgs = {
inherit hm-modules;

overrideModulesPath = "${override}/nixos/modules";
hardware = nixos-hardware.nixosModules;
};
Expand Down

0 comments on commit 92a69cb

Please sign in to comment.