From 7e6f103de44685fbf3c5b61b3c4a4ebaa2841801 Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Thu, 23 Apr 2026 17:10:46 +0200 Subject: [PATCH] fix: remove non-working fix for keyboards --- modules/hosts/zenith/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/hosts/zenith/default.nix b/modules/hosts/zenith/default.nix index 1238276..9a1a966 100644 --- a/modules/hosts/zenith/default.nix +++ b/modules/hosts/zenith/default.nix @@ -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; }