gamer wheel

This commit is contained in:
tristan 2023-08-03 13:55:31 +01:00
parent 458f15bf9a
commit 3e515f0a16

View file

@ -20,6 +20,7 @@ with lib;
desktopName = "X11 Steam Wrapper";
exec = "QT_QPA_PLATFORM=xcb SDL_VIDEODRIVER=x11 ${steam}/bin/steam";
})
oversteer
];
}];
@ -50,5 +51,7 @@ with lib;
services.udev.extraRules = ''
ATTR{idVendor}=="046d", ATTR{idProduct}=="c261", RUN+="${pkgs.usb-modeswitch}/bin/usb_modeswitch -c '/etc/usb_modeswitch.d/046d:c261'"
'';
hardware.new-lg4ff.enable = true;
};
}