From f0bd685f77449c69d1044a29efb3505dfc22dc46 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 24 Aug 2025 19:10:14 -0400 Subject: [PATCH] Blacklist xpad --- clients/quadraticpc/wheel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];