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.
This commit is contained in:
parent
96e66ebad4
commit
fc478e4639
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue