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:
parent
d8ab5afa22
commit
5bbd996207
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue