about summary refs log tree commit diff
path: root/system/machines/bumblebee.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-04-05T19·26-0400
committerGriffin Smith <root@gws.fyi>2020-04-05T19·26-0400
commita566e0208f2134e69e4550d1c05fc49d2b3c6efd (patch)
treefb94ff16e6a9d7b902e929c517686ec60288cb23 /system/machines/bumblebee.nix
parent07d4cf66eb1ae4972764debfeb824c50fbdc6e21 (diff)
Swap caps+escape and alt+super
only on chupacabra laptop keyboard
Diffstat (limited to 'system/machines/bumblebee.nix')
-rw-r--r--system/machines/bumblebee.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/machines/bumblebee.nix b/system/machines/bumblebee.nix
index a1cd3ffa14..0fec214092 100644
--- a/system/machines/bumblebee.nix
+++ b/system/machines/bumblebee.nix
@@ -18,4 +18,6 @@
     action = "hibernate";
     thresholdPercentage = 5;
   };
+
+  services.xserver.xkbOptions = "caps:swapescape";
 }