Elgato Control Center icon

Elgato Control Center 1.7.2,20533

Control your Elgato key lights

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.7.2,20533",
  "src": {
    "url": "https://edge.elgato.com/egc/macos/eccm/1.7.2/ElgatoControlCenter-1.7.2.20533.app.zip",
    "sha256": "b2f63696d6002c75227319484f35a05c95da18fa5b6b069029a080879f3fdac3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Elgato Control Center.app\" \"$out/Applications/Elgato Control Center.app\""
  ],
  "meta": {
    "description": "Control your Elgato key lights",
    "homepage": "https://www.elgato.com/ww/en/s/downloads"
  }
}