nixos/kernel: add hid_corsair to initrd modules

Same as all the other HID drivers, otherwise Corsair keyboards do not
work before the switch to stage2 without custom configuration.
This commit is contained in:
Lorenz Brun 2024-01-27 02:11:57 +01:00
parent c7a9d44dc7
commit b8b53fdf37

View File

@ -292,6 +292,7 @@ in
"usbhid"
"hid_generic" "hid_lenovo" "hid_apple" "hid_roccat"
"hid_logitech_hidpp" "hid_logitech_dj" "hid_microsoft" "hid_cherry"
"hid_corsair"
] ++ optionals pkgs.stdenv.hostPlatform.isx86 [
# Misc. x86 keyboard stuff.