From ec5c31c79b71b5c38d1d7e23624fcdbb8ed7a695 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 12 Jul 2022 08:52:49 +0200 Subject: [PATCH] feat(xserver): set 'nodeadkeys' keyboard variant --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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;