diff options
Diffstat (limited to 'systems')
| -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; |