Copilot icon

Copilot 6.1.0,309-a5475f50

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