export xserver config
This commit is contained in:
parent
21f85e91f4
commit
d95969009d
1 changed files with 6 additions and 3 deletions
|
@ -77,9 +77,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.xkb = {
|
services.xserver = {
|
||||||
layout = "cz";
|
exportConfiguration = true;
|
||||||
variant = "bksl";
|
xkb = {
|
||||||
|
layout = "cz";
|
||||||
|
variant = "bksl";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
|
|
Loading…
Reference in a new issue