about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/system/default.nix b/system/default.nix
index f94ba34f..34bc8b4b 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -1,9 +1,4 @@
-{
-  config,
-  pkgs,
-  shell-library,
-  ...
-}: {
+{...}: {
   imports = [
     ./boot
     ./users # this needs to be before fileSystemLayouts
@@ -11,7 +6,7 @@
     ./font
     ./impermanence
     ./locale
-#./packages
+    #./packages
     ./sound
   ];
 }