about summary refs log tree commit diff
path: root/users/grfn/system/home/machines
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/machines')
-rw-r--r--users/grfn/system/home/machines/roswell.nix3
-rw-r--r--users/grfn/system/home/machines/yeren.nix8
2 files changed, 6 insertions, 5 deletions
diff --git a/users/grfn/system/home/machines/roswell.nix b/users/grfn/system/home/machines/roswell.nix
index f68f3a7be3..2e86eda499 100644
--- a/users/grfn/system/home/machines/roswell.nix
+++ b/users/grfn/system/home/machines/roswell.nix
@@ -19,7 +19,8 @@ in
     htop
     killall
     bind
-    zip unzip
+    zip
+    unzip
     tree
     ncat
     bc
diff --git a/users/grfn/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix
index 0c89e9d123..343ebf2c9a 100644
--- a/users/grfn/system/home/machines/yeren.nix
+++ b/users/grfn/system/home/machines/yeren.nix
@@ -58,10 +58,10 @@ in
       RemainAfterExit = true;
       ExecStart = (
         "${pkgs.xorg.setxkbmap}/bin/setxkbmap "
-          + "-device ${laptopKeyboardId} "
-          + "-option caps:swapescape "
-          + "-option compose:ralt "
-          + "-option altwin:swap_alt_win"
+        + "-device ${laptopKeyboardId} "
+        + "-option caps:swapescape "
+        + "-option compose:ralt "
+        + "-option altwin:swap_alt_win"
       );
     };
   };