summary refs log tree commit diff stats
path: root/system/modules/hardware/qwerty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/hardware/qwerty.nix')
-rw-r--r--system/modules/hardware/qwerty.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/modules/hardware/qwerty.nix b/system/modules/hardware/qwerty.nix
index d220cb27..85a0056e 100644
--- a/system/modules/hardware/qwerty.nix
+++ b/system/modules/hardware/qwerty.nix
@@ -11,6 +11,6 @@
   services.xserver = {
     layout = "us";
     xkbVariant = "intl-unicode";
-    xkbOptions = "altwin:prtsc_rwin";
+    xkbOptions = "altwin:prtsc_rwin,caps:escape";
   };
 }