about summary refs log tree commit diff
path: root/system/modules
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/modules
parent07d4cf66eb1ae4972764debfeb824c50fbdc6e21 (diff)
Swap caps+escape and alt+super
only on chupacabra laptop keyboard
Diffstat (limited to 'system/modules')
-rw-r--r--system/modules/xserver.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/modules/xserver.nix b/system/modules/xserver.nix
index 52f04e2e6a69..2638f075249c 100644
--- a/system/modules/xserver.nix
+++ b/system/modules/xserver.nix
@@ -4,7 +4,6 @@
   services.xserver = {
     enable = true;
     layout = "us";
-    xkbOptions = "caps:swapescape";
 
     libinput.enable = true;