Move wheel file
This commit is contained in:
parent
8416fbc8ec
commit
e60dc14a1d
1 changed files with 1 additions and 0 deletions
11
clients/quadraticpc/wheel.nix
Normal file
11
clients/quadraticpc/wheel.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
boot.blacklistedKernelModules = ["hid-thrustmaster"];
|
||||
boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2];
|
||||
|
||||
environment.systemPackages = with pkgs; [oversteer linuxConsoleTools];
|
||||
services.udev.packages = [pkgs.oversteer];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue