about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix
index 34bc8b4b..016fb0c1 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -1,12 +1,12 @@
 {...}: {
   imports = [
     ./boot
-    ./users # this needs to be before fileSystemLayouts
     ./fileSystemLayouts
     ./font
     ./impermanence
     ./locale
     #./packages
     ./sound
+    ./users # this needs to be after fileSystemLayouts
   ];
 }