diff options
author | Alan Pearce | 2018-03-19 15:09:25 +0100 |
---|---|---|
committer | Alan Pearce | 2018-03-19 15:09:25 +0100 |
commit | 87a1912fa27c2a8bef99bc03328a8f35aee7a3c3 (patch) | |
tree | 63c2a548585c3c3853b71ddd0472c367ded7da70 /modules/hardware | |
parent | 942123bce188dc6ff278d43a0dc61c6a5a8f0f12 (diff) | |
parent | 404f3ad2d3a8bd5961c4e55ae621f87e40f9c7dc (diff) | |
download | nixfiles-87a1912fa27c2a8bef99bc03328a8f35aee7a3c3.tar.lz nixfiles-87a1912fa27c2a8bef99bc03328a8f35aee7a3c3.tar.zst nixfiles-87a1912fa27c2a8bef99bc03328a8f35aee7a3c3.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/qwerty.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/qwerty.nix b/modules/hardware/qwerty.nix index 3783b3a9..d220cb27 100644 --- a/modules/hardware/qwerty.nix +++ b/modules/hardware/qwerty.nix @@ -4,11 +4,13 @@ extraConfig = '' xkb-model=pc104 xkb-layout=us + xkb-variant=intl-unicode xkb-options="altwin:prtsc_rwin" ''; }; services.xserver = { layout = "us"; + xkbVariant = "intl-unicode"; xkbOptions = "altwin:prtsc_rwin"; }; } |