diff --git a/hosts/desktop/hardware.nix b/hosts/desktop/hardware.nix index 54d39f9..8b2e5ee 100755 --- a/hosts/desktop/hardware.nix +++ b/hosts/desktop/hardware.nix @@ -42,6 +42,8 @@ # networking.interfaces.wlp15s0.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.amd.updateMicrocode = - lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware = { + keyboard.uhk.enable = true; + cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + }; }