diff options
Diffstat (limited to 'system/modules/hardware')
-rw-r--r-- | system/modules/hardware/qwerty.nix | 2 |
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"; }; } |