OpenRGB icon

OpenRGB 1.0rc3,6fbcf62

Open source RGB lighting control that doesn't depend on manufacturer software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    openrgb # OpenRGB
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    openrgb # OpenRGB
  ];
}

Package Definition

{
  "pname": "openrgb",
  "version": "1.0rc3,6fbcf62",
  "src": {
    "url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_candidate_1.0rc3/OpenRGB_1.0rc3_MacOS_ARM64_6fbcf62.zip",
    "sha256": "d90ec7045a54acfeb00b230ce5c173eb915234e032f9c9c98f1a5172dc7d1746"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OpenRGB.app\" && cp -r \"OpenRGB.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open source RGB lighting control that doesn't depend on manufacturer software",
    "homepage": "https://openrgb.org/"
  }
}