Corsair

From NixOS Wiki
Revision as of 19:25, 17 June 2024 by Denperidge (talk | contribs) (Initial Commit: added example configuration & limitations)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following page talks about running ckb-next on NixOS to configure your Corsair peripherals!

Example config

# /etc/nixos/configuration.nix
{ config, pkgs, ... }:

{
  # ...
  hardware.ckb-next.enable = true;
}

Further configuration can be done: see the hardware.ckb-next options on search.nixos.org.

Limitations

Doing the above will enable the background service and install ckb-next. Yet (as of writing) you still have to manually run/open ckb-next on launch before it works.


If you find a way to automate this, please append to the wiki!