about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix
index 6293be23..3aed0b37 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -3,10 +3,10 @@
     ./boot
     ./users # this needs to be before fileSystemLayouts
     ./fileSystemLayouts
+    ./font
+    ./impermanence
     ./locale
     ./packages
     ./sound
-
-    ./impermanence
   ];
 }