games: Blacklist hid_nintendo
It does not work with my 8BitDo Pro 2. Disabling the kernel module makes it work with SDL’s hidraw driver.
This commit is contained in:
parent
7471719ef2
commit
6211ea6005
|
@ -19,5 +19,9 @@ in
|
|||
default = 1;
|
||||
};
|
||||
};
|
||||
config = lib.mkIf cfg.enable { };
|
||||
config = lib.mkIf cfg.enable {
|
||||
boot.blacklistedKernelModules = [
|
||||
"hid_nintendo"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue