all repos — nixfiles @ ab8c99f7875592b29f4b6c3edccf8fda512299f4

System and user configuration, managed by nix and home-manager

keyboard: use qwerty,norman

Alan Pearce
commit

ab8c99f7875592b29f4b6c3edccf8fda512299f4

parent

d6a9b583285003383f5a8d72127e0d90ef77ae40

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

changed files
A system/settings/hardware/keyboard.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }: + +{ + services.xserver = { + layout = "us,us"; + xkbVariant = "intl-unicode,norman"; + xkbOptions = "altwin:prtsc_rwin,caps:escape,grp:shifts_toggle"; + }; +}