Blacklist xpad

This commit is contained in:
Henry Hiles 2025-08-24 19:10:14 -04:00
commit f0bd685f77
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
config, config,
... ...
}: { }: {
boot.blacklistedKernelModules = ["usb-thrustmaster" "hid-thrustmaster"]; boot.blacklistedKernelModules = ["xpad"];
boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2]; boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2];
environment.systemPackages = with pkgs; [oversteer linuxConsoleTools]; environment.systemPackages = with pkgs; [oversteer linuxConsoleTools];