Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
elgato-control-center # Elgato Control Center
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
elgato-control-center # Elgato Control Center
];
} Package Definition
{
"pname": "elgato-control-center",
"version": "1.8.1,20582",
"src": {
"url": "https://edge.elgato.com/egc/macos/eccm/1.8.1/ElgatoControlCenter-1.8.1.20582.zip",
"sha256": "19000d486080d9caead1d53c9782598bebf61d4aee1fb20ffa75fd84ba55eab0"
},
"installPhase": [
"mkdir -p \"$out/Applications/Elgato Control Center.app\" && cp -r \"Elgato Control Center.app\" \"$out/Applications\""
],
"meta": {
"description": "Control your Elgato key lights",
"homepage": "https://www.elgato.com/ww/en/s/downloads"
}
}