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.
This commit is contained in:
Harald Hoyer 2024-08-01 11:18:00 +02:00
parent d8ab5afa22
commit 5bbd996207

View file

@ -95,7 +95,7 @@
console.keyMap = "de-latin1-nodeadkeys"; console.keyMap = "de-latin1-nodeadkeys";
services.xserver.xkb = { services.xserver.xkb = {
layout = "de,de+us"; layout = "de,de+us";
variant = "nodeadkeys"; variant = "nodeadkeys,";
}; };
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking