feat: hopefully fix keyboard detection errors

This commit is contained in:
2026-04-23 12:42:23 +02:00
parent d0ef1acb0c
commit 23ad48cd5d
+3
View File
@@ -63,6 +63,9 @@ in
nixosModules.workstation-host
nixosModules.laptop-power
{
boot.kernelParams = [
"usbhid.quirks=0x3151:0x4015:0x20000000"
];
hardware.enableRedistributableFirmware = true;
services.fwupd.enable = true;
}