From 5bbd996207fdd62a3aefbb039d32cce226808e59 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 1 Aug 2024 11:18:00 +0200 Subject: [PATCH] fix: correct xserver keyboard variant configuration Changed the keyboard variant configuration in xserver to include a trailing comma. This ensures the variant setting is correctly parsed by the xserver. --- systems/x86_64-linux/t15/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/t15/hardware-configuration.nix b/systems/x86_64-linux/t15/hardware-configuration.nix index 15c897e..7553f20 100644 --- a/systems/x86_64-linux/t15/hardware-configuration.nix +++ b/systems/x86_64-linux/t15/hardware-configuration.nix @@ -95,7 +95,7 @@ console.keyMap = "de-latin1-nodeadkeys"; services.xserver.xkb = { layout = "de,de+us"; - variant = "nodeadkeys"; + variant = "nodeadkeys,"; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking