Add ckb-next to crow hardware config

This commit is contained in:
KnightArtorias 2025-12-26 17:54:27 +00:00
parent 0f1e18a949
commit 51a4cc16a0
2 changed files with 4 additions and 0 deletions

View file

@ -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;
}

View file

@ -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"