summaryrefslogtreecommitdiff
path: root/config/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.nix')
-rw-r--r--config/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/default.nix b/config/default.nix
index 271ee4b..43dff7d 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, modulesPath, ... }:
+{ modulesPath, ... }:
{
imports = [
@@ -7,8 +7,8 @@
./boot.nix
./environment.nix
./networking.nix
+ ./nix.nix
./services
- ./store.nix
./users.nix
];