diff options
| author | Vladimír Čunát <v@cunat.cz> | 2024-03-22 14:59:18 +0100 |
|---|---|---|
| committer | Vladimír Čunát <v@cunat.cz> | 2024-03-22 14:59:18 +0100 |
| commit | e90be8418d408c33e3aa7b54a56b875d07f2eda7 (patch) | |
| tree | 5e3d634c26e736d6c0783a90b34d4690778a98cb | |
| parent | Merge pull request #298046 from amarshall/python-leather-fix-build (diff) | |
| parent | nixos/kernel: add hid_corsair to initrd modules (diff) | |
| download | nixpkgs-e90be8418d408c33e3aa7b54a56b875d07f2eda7.tar.gz | |
Merge #284149: nixos/kernel: add hid_corsair to initrd modules
| -rw-r--r-- | nixos/modules/system/boot/kernel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix index 896e2ccf7b84..950cff386d02 100644 --- a/nixos/modules/system/boot/kernel.nix +++ b/nixos/modules/system/boot/kernel.nix @@ -301,6 +301,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. |
