Use US intl layout for QWERTY
Alan Pearce alan@alanpearce.eu
Thu, 08 Mar 2018 18:39:19 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M modules/hardware/qwerty.nix → modules/hardware/qwerty.nix
@@ -4,11 +4,13 @@ { services.kmscon = { 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"; }; }