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