From 3b51c35515bfa8a74cbe6437465d8a9263b106a5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 8 Mar 2018 18:39:19 +0100 Subject: Use US intl layout for QWERTY --- modules/hardware/qwerty.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hardware') 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"; }; } -- cgit 1.4.1