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.0rc2,0fca93e",
"src": {
"url": "https://codeberg.org/OpenRGB/OpenRGB/releases/download/release_candidate_1.0rc2/OpenRGB_1.0rc2_MacOS_ARM64_0fca93e.zip",
"sha256": "0846520bdc6d7bf1abc6eabbf4f44c5e2507761fcf1e1a220e85c138056f33eb"
},
"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/"
}
}