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": "0.9,b5f46e3",
"src": {
"url": "https://openrgb.org/releases/release_0.9/OpenRGB_0.9_MacOS_ARM64_b5f46e3.zip",
"sha256": "9d14e4ba253b45d39ddcbc52e63b9f9b6982dcca40492190f4580a6d9ef94de7"
},
"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/"
}
}