Copilot icon

Copilot 6.0.10,304-46973862

Track and budget money

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    copilot-money # Copilot
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    copilot-money # Copilot
  ];
}

Package Definition

{
  "pname": "copilot-money",
  "version": "6.0.10,304-46973862",
  "src": {
    "url": "https://storage.googleapis.com/copilot-mac-releases/images/Copilot-6.0.10-304-46973862.dmg",
    "sha256": "46973862eec267f0b7e5c92855b9f48ac2e99d3800a48894a344243e6f55b14f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Copilot.app\" && cp -r \"Copilot.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Track and budget money",
    "homepage": "https://copilot.money/"
  }
}