From fc478e4639140201e8aa46bd874cfe8f5651f3e7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 18 Jul 2024 10:15:45 +0200 Subject: [PATCH] refactor: Update xserver keymap configuration in hardware configuration file This commit updates the hardware configuration file for the x86_64-linux system. Specifically, it modifies the xserver keymap settings, ensuring proper keymap configuration for 'de' layout with 'nodeadkeys' variant in the x86_64-linux system. --- systems/x86_64-linux/t15/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/x86_64-linux/t15/hardware-configuration.nix b/systems/x86_64-linux/t15/hardware-configuration.nix index 01c2a9e..784e841 100644 --- a/systems/x86_64-linux/t15/hardware-configuration.nix +++ b/systems/x86_64-linux/t15/hardware-configuration.nix @@ -93,9 +93,9 @@ }; console.keyMap = "de-latin1-nodeadkeys"; - services.xserver = { + services.xserver.xkb = { layout = "de"; - xkbVariant = "nodeadkeys"; + variant = "nodeadkeys"; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking