about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 19:55:43 +0100
committerene <ene@sils.li>2023-02-21 19:56:25 +0100
commit31211f83bcd287bf7364ce94bf71fab71f77e484 (patch)
tree39619d548f0df34637fd8f3844eb299919988523 /system/default.nix
parentFix(zsh): Set better environment variables (diff)
downloadnixos-config-31211f83bcd287bf7364ce94bf71fab71f77e484.zip
Style(formatting): Format and improve comments
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix
index 016fb0c1..c14e62b4 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -7,6 +7,6 @@
     ./locale
     #./packages
     ./sound
-    ./users # this needs to be after fileSystemLayouts
+    ./users # the position of this item is fully arbitrary
   ];
 }