diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/modules/hardware/qwerty.nix | 2 | ||||
-rw-r--r-- | system/modules/services/xserver.nix | 1 |
2 files changed, 1 insertions, 2 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"; }; } diff --git a/system/modules/services/xserver.nix b/system/modules/services/xserver.nix index 15a45eed..80ed6a3a 100644 --- a/system/modules/services/xserver.nix +++ b/system/modules/services/xserver.nix @@ -4,7 +4,6 @@ enable = true; enableCtrlAltBackspace = true; exportConfiguration = true; - xkbOptions = "caps:escape"; }; environment.systemPackages = with pkgs; [ |