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.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/system.nix b/system/system.nix
new file mode 100644
index 0000000..2af4982
--- /dev/null
+++ b/system/system.nix
@@ -0,0 +1,8 @@
+{config, ...}: {
+  imports = [
+    ./system/fileSystemLayouts.nix
+    ./system/hardware.nix
+    ./system/packages.nix
+    ./system/users.nix
+  ];
+}