Copilot icon

Copilot 6.2.1,320-44d752cf

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