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