aboutsummaryrefslogtreecommitdiffstats
path: root/system/system.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/system.nix')
-rw-r--r--system/system.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/system.nix b/system/system.nix
deleted file mode 100644
index 2af4982..0000000
--- a/system/system.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{config, ...}: {
- imports = [
- ./system/fileSystemLayouts.nix
- ./system/hardware.nix
- ./system/packages.nix
- ./system/users.nix
- ];
-}