update xkb options

This commit is contained in:
mir 2024-03-02 13:36:56 -09:00
parent ababe078b1
commit aa4318a807

View File

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