Copilot icon

Copilot 6.0.11,305-e7d2f677

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