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:
Eli Ribble 2024-08-29 17:47:11 -07:00
parent 91ab1432ac
commit c7902f70c0
1 changed files with 1 additions and 2 deletions

View File

@ -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;