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.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/system.nix b/system/system.nix
index 3a034742..17e78968 100644
--- a/system/system.nix
+++ b/system/system.nix
@@ -1,8 +1,10 @@
 {config, ...}: {
   imports = [
+    ./boot/boot.nix
+    ./filesystemLayouts/filesystemLayouts.nix
     ./locale/locale.nix
-    ./users/users.nix
-    ./sound/sound.nix
     ./packages/packages.nix
+    ./sound/sound.nix
+    ./users/users.nix
   ];
 }