diff options
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 2 |
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 ]; } |