universedesktop: x11 joystick fix

This commit is contained in:
2025-08-09 11:08:13 -04:00
parent 58c066387a
commit 74f3632834

View File

@@ -41,6 +41,16 @@
enable = true;
background = "#000000";
};
services.xserver.config = lib.mkAfter ''
Section "InputClass"
Identifier "joystick catchall"
MatchIsJoystick "on"
MatchDevicePath "/dev/input/event*"
Driver "joystick"
Option "StartKeysEnabled" "False"
Option "StartMouseEnabled" "False"
EndSection
'';
environment.sessionVariables = {
GTK_THEME="Adwaita-dark";
};