fix: remove non-working fix for keyboards

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