From 23ad48cd5d298b576220eb4149402382309ce787 Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Thu, 23 Apr 2026 12:42:23 +0200 Subject: [PATCH] feat: hopefully fix keyboard detection errors --- modules/hosts/zenith/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hosts/zenith/default.nix b/modules/hosts/zenith/default.nix index 0507ef9..2b6357a 100644 --- a/modules/hosts/zenith/default.nix +++ b/modules/hosts/zenith/default.nix @@ -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; }