Blacklist xpad

This commit is contained in:
Henry Hiles 2025-08-24 19:10:14 -04:00
commit f0bd685f77
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -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];