update xkb options
This commit is contained in:
parent
ababe078b1
commit
aa4318a807
@ -37,10 +37,12 @@
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
layout = "us";
|
||||
enable = true;
|
||||
xkbVariant = "";
|
||||
xkbOptions = "caps_lock:esc";
|
||||
xkb = {
|
||||
layout = "us";
|
||||
enable = true;
|
||||
variant = "";
|
||||
options = "caps_lock:esc";
|
||||
};
|
||||
videoDrivers = [
|
||||
# "displaylink" # broken
|
||||
"modesetting"
|
||||
|
Loading…
Reference in New Issue
Block a user