diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,6 @@ let | |||
34 | in rec { | 34 | in rec { |
35 | imports = | 35 | imports = |
36 | [ | 36 | [ |
37 | ./nixpkgs.nix | ||
38 | ./ymir/hw.nix | 37 | ./ymir/hw.nix |
39 | ./ymir/mlmmj-expose.nix | 38 | ./ymir/mlmmj-expose.nix |
40 | ./custom/zsh.nix | 39 | ./custom/zsh.nix |
@@ -61,6 +60,8 @@ in rec { | |||
61 | "net.ipv4.tcp_keepalive_probes" = 6; | 60 | "net.ipv4.tcp_keepalive_probes" = 6; |
62 | }; | 61 | }; |
63 | 62 | ||
63 | nixpkgs.pkgs = import ./nixpkgs { inherit (config.nixpkgs) config overlays localSystem crossSystem; }; | ||
64 | |||
64 | nixpkgs.config.allowUnfree = true; | 65 | nixpkgs.config.allowUnfree = true; |
65 | 66 | ||
66 | nixpkgs.overlays = [ | 67 | nixpkgs.overlays = [ |