update renamed xkb config
This commit is contained in:
parent
78d6120281
commit
c7999c3fbe
|
@ -40,9 +40,9 @@
|
||||||
# services.xserver.displayManager.autologin.user = "lelgenio";
|
# services.xserver.displayManager.autologin.user = "lelgenio";
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver = {
|
services.xserver.xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "colemak";
|
variant = "colemak";
|
||||||
};
|
};
|
||||||
console.keyMap = "colemak";
|
console.keyMap = "colemak";
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
|
|
Loading…
Reference in a new issue