about summary refs log tree commit diff stats
path: root/services/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--services/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/default.nix b/services/default.nix
index 4de96e62..9b34a2e4 100644
--- a/services/default.nix
+++ b/services/default.nix
@@ -1,6 +1,6 @@
 {config, ...}: {
   imports = [
-    ./printing/printing.nix
-    ./nix/nix.nix
+    ./printing
+    ./nix
   ];
 }