From e60dc14a1d80d5baf7270807d729e7292741b634 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 14 Aug 2025 18:20:54 -0400 Subject: [PATCH] Move wheel file --- {modules/desktop => clients/quadraticpc}/wheel.nix | 1 + 1 file changed, 1 insertion(+) rename {modules/desktop => clients/quadraticpc}/wheel.nix (79%) 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];