Copilot icon

Copilot 6.4.2,329-96369bfc

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.4.2,329-96369bfc",
  "src": {
    "url": "https://storage.googleapis.com/copilot-mac-releases/images/Copilot-6.4.2-329-96369bfc.dmg",
    "sha256": "96369bfced5a9532c96ef54bb9f438597e828ab607ba47c3965a5d1941511cd6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Copilot.app\" && cp -r \"Copilot.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Track and budget money",
    "homepage": "https://copilot.money/"
  }
}