Move wheel file

This commit is contained in:
Henry Hiles 2025-08-14 18:20:54 -04:00
commit e60dc14a1d
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

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