diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-12-30 18:42:16 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-12-30 18:42:16 -0800 |
| commit | 3a581c848c4d256b6f8c556592ff3e6256f46b64 (patch) | |
| tree | cf6e98e574e473bb7ec2d2b1f2ffc7b6ebfabb3b /systems/x86_64-linux | |
| parent | 365b0633e8ff0320163f1bcb14c146a26434e723 (diff) | |
c-pc: enable k95aux
Diffstat (limited to 'systems/x86_64-linux')
| -rw-r--r-- | systems/x86_64-linux/c-pc/hardware.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; |