Switch keymap to the default.
This is so I can use whatever keyboard is connected on bootup. I can always change it once I have a windowed session.
This commit is contained in:
parent
91ab1432ac
commit
c7902f70c0
|
@ -60,11 +60,10 @@
|
|||
# Configure keymap in X11
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
variant = "dvorak";
|
||||
};
|
||||
|
||||
# Configure console keymap
|
||||
console.keyMap = "dvorak";
|
||||
console.keyMap = "us";
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
|
Loading…
Reference in New Issue