Bump. rm rust analyzer

This commit is contained in:
Henry Hiles 2025-08-14 18:39:49 -04:00
commit 3496934cf9
No known key found for this signature in database
3 changed files with 13 additions and 14 deletions

View file

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