about summary refs log tree commit diff stats
path: root/system/system.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/system.nix')
-rw-r--r--system/system.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/system.nix b/system/system.nix
deleted file mode 100644
index 17e78968..00000000
--- a/system/system.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{config, ...}: {
-  imports = [
-    ./boot/boot.nix
-    ./filesystemLayouts/filesystemLayouts.nix
-    ./locale/locale.nix
-    ./packages/packages.nix
-    ./sound/sound.nix
-    ./users/users.nix
-  ];
-}