diff --git a/configuration.nix b/configuration.nix index 70ebd21..c9838d6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,7 +46,10 @@ services.xserver = { enable = true; windowManager.i3.enable = true; + layout = "de"; + xkbVariant = "nodeadkeys"; + xkbModel = "pc105"; libinput = { enable = true;