about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-08-03 19:24:22 +0200
committeraszlig <aszlig@nix.build>2022-08-03 19:24:22 +0200
commit9edc3fd47967a7dd98ab8f5e50b5ac0906532ad9 (patch)
tree362851924dc1dac0628df643f5a9312bbdf1af8d /machines
parenta73b46dbbeb9e05a673c80ba4eae9779e36e1b3c (diff)
slylandro: Disable caps lock key
I'm used to a TypeMatrix keyboard, where caps lock is only a small key
on the side instead of being prominently placed atop switch.

Slylandro's internal keyboard however has that pesky caps lock key
directly atop the left shift key and I'm constantly triggering it by
accident.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/slylandro.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix
index b040fc16..1bcb7da8 100644
--- a/machines/aszlig/slylandro.nix
+++ b/machines/aszlig/slylandro.nix
@@ -26,6 +26,7 @@
 
   hardware.video.hidpi.enable = true;
   services.xserver.dpi = 188;
+  services.xserver.xkbOptions = "caps:none";
 
   networking.hostName = "slylandro";
   networking.wireless.enable = lib.mkForce true;