diff --git a/clients/quadraticpc/wheel.nix b/clients/quadraticpc/wheel.nix index f9c9a32..b61ab00 100644 --- a/clients/quadraticpc/wheel.nix +++ b/clients/quadraticpc/wheel.nix @@ -3,7 +3,7 @@ config, ... }: { - boot.blacklistedKernelModules = ["usb-thrustmaster" "hid-thrustmaster"]; + boot.blacklistedKernelModules = ["xpad"]; boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2]; environment.systemPackages = with pkgs; [oversteer linuxConsoleTools];