From 51a4cc16a0a6a08245173de97fda9af63cd660d2 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Fri, 26 Dec 2025 17:54:27 +0000 Subject: [PATCH] Add ckb-next to crow hardware config --- hosts/physical/crow/hardware-configuration.nix | 3 +++ hosts/physical/crow/host-configs/niri/config.kdl | 1 + 2 files changed, 4 insertions(+) diff --git a/hosts/physical/crow/hardware-configuration.nix b/hosts/physical/crow/hardware-configuration.nix index e5225cd..e840e6c 100644 --- a/hosts/physical/crow/hardware-configuration.nix +++ b/hosts/physical/crow/hardware-configuration.nix @@ -30,4 +30,7 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + # Enable support for Corsair Scimitar + hardware.ckb-next.enable = true; } diff --git a/hosts/physical/crow/host-configs/niri/config.kdl b/hosts/physical/crow/host-configs/niri/config.kdl index 1c8e15c..e466457 100644 --- a/hosts/physical/crow/host-configs/niri/config.kdl +++ b/hosts/physical/crow/host-configs/niri/config.kdl @@ -83,6 +83,7 @@ layout { } spawn-sh-at-startup "noctalia-shell" +spawn-sh-at-startup "ckb-next -b" screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"