aboutsummaryrefslogtreecommitdiff
path: root/systems/x86_64-linux/c-pc
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-12-30 18:42:16 -0800
committerCaroline Larimore <caroline@larimo.re>2025-12-30 18:42:16 -0800
commit3a581c848c4d256b6f8c556592ff3e6256f46b64 (patch)
treecf6e98e574e473bb7ec2d2b1f2ffc7b6ebfabb3b /systems/x86_64-linux/c-pc
parent365b0633e8ff0320163f1bcb14c146a26434e723 (diff)
c-pc: enable k95aux
Diffstat (limited to 'systems/x86_64-linux/c-pc')
-rw-r--r--systems/x86_64-linux/c-pc/hardware.nix4
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;