change to xkb.variant
This commit is contained in:
parent
203cb65e02
commit
7bc978c1e0
|
@ -57,8 +57,8 @@
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
layout = "no";
|
xkb.layout = "no";
|
||||||
xkbVariant = "";
|
xkb.variant = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure console keymap
|
# Configure console keymap
|
||||||
|
|
Loading…
Reference in a new issue