From 3a581c848c4d256b6f8c556592ff3e6256f46b64 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 30 Dec 2025 18:42:16 -0800 Subject: c-pc: enable k95aux --- systems/x86_64-linux/c-pc/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systems') diff --git a/systems/x86_64-linux/c-pc/hardware.nix b/systems/x86_64-linux/c-pc/hardware.nix index 9532e22..7425abb 100644 --- a/systems/x86_64-linux/c-pc/hardware.nix +++ b/systems/x86_64-linux/c-pc/hardware.nix @@ -1,6 +1,10 @@ { config, lib, pkgs, modulesPath, ... }: { + cxl = { + hardware.keyboard.k95.enable = true; + }; + boot = { loader.grub = { enable = true; -- cgit v1.2.3