feat: hopefully fix keyboard detection errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user