Move wheel file

This commit is contained in:
Henry Hiles 2025-08-14 18:20:54 -04:00
commit e60dc14a1d
No known key found for this signature in database

View file

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