diff options
author | Alan Pearce | 2019-10-04 16:31:36 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 16:31:46 +0200 |
commit | 40aab9ce6874a9d60319058c24b475ff67adf88e (patch) | |
tree | 08bae0a40531cb0dedcc7eec1aca0231f6aa2b1b /system/modules/hardware | |
parent | 5d859b419e1e1a850cd160e05d98bda3fd9883ea (diff) | |
download | nixfiles-40aab9ce6874a9d60319058c24b475ff67adf88e.tar.lz nixfiles-40aab9ce6874a9d60319058c24b475ff67adf88e.tar.zst nixfiles-40aab9ce6874a9d60319058c24b475ff67adf88e.zip |
Merge duplicate xkbOptions definitions
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"; }; } |