all repos — archive/nixos-configuration @ 87a1912fa27c2a8bef99bc03328a8f35aee7a3c3

Superseded by nixfiles

Merge remote-tracking branch 'origin/master'

Alan Pearce
commit

87a1912fa27c2a8bef99bc03328a8f35aee7a3c3

parent

942123bce188dc6ff278d43a0dc61c6a5a8f0f12

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M modules/hardware/qwerty.nixmodules/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"; }; }