diff --git a/machines/universedesktop/desktop/dwm.nix b/machines/universedesktop/desktop/dwm.nix index 4a8a007..166161a 100644 --- a/machines/universedesktop/desktop/dwm.nix +++ b/machines/universedesktop/desktop/dwm.nix @@ -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"; };