all repos — nixfiles @ 783273b3af92b080070abbc91d23587e704f2dc6

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

keyboard: add German layout

Alan Pearce
commit

783273b3af92b080070abbc91d23587e704f2dc6

parent

e9088e6214fc7133bd841533b15f7097e491528e

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M system/settings/hardware/keyboard.nixsystem/settings/hardware/keyboard.nix
@@ -4,8 +4,8 @@ pkgs,
... }: { services.xserver = { - layout = "us"; - xkbVariant = "intl-unicode"; - xkbOptions = "altwin:prtsc_rwin,caps:escape"; + layout = "us,de"; + xkbVariant = "intl-unicode,nodeadkeys"; + xkbOptions = "altwin:prtsc_rwin,caps:escape_shifted_capslock"; }; }