CatLight icon

CatLight 3.9.1

Action center for developers

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "catlight",
  "version": "3.9.1",
  "src": {
    "url": "https://download.catlight.io/rel/mac/release/CatLightSetup-3.9.1.dmg",
    "sha256": "1bee5f064841fe331e7acac4be2c78f7d114ff161a2eaa2b3d8ce27b379d88fc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Catlight.app\" && cp -r \"Catlight.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Action center for developers",
    "homepage": "https://catlight.io/"
  }
}