Copilot icon

Copilot 6.0.6,299-542df98c

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