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