diff --git a/modules/desktop/wheel.nix b/clients/quadraticpc/wheel.nix similarity index 79% rename from modules/desktop/wheel.nix rename to clients/quadraticpc/wheel.nix index fa3fa69..922b466 100644 --- a/modules/desktop/wheel.nix +++ b/clients/quadraticpc/wheel.nix @@ -3,6 +3,7 @@ config, ... }: { + boot.blacklistedKernelModules = ["hid-thrustmaster"]; boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2]; environment.systemPackages = with pkgs; [oversteer linuxConsoleTools];