about summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/system/services/default.nix b/system/services/default.nix
index 514ff604..d7505293 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -1,13 +1,14 @@
-{config, ...}: {
+{...}: {
   imports = [
-    ./printing
+    ./backup
+    ./dconf
     ./nix
+    ./openssh
+    ./printing
+    ./scanning
     ./snapper
     ./steam
-    ./dconf
-    ./openssh
-    ./backup
-    ./xdg
     ./swaylock
+    ./xdg
   ];
 }