Buckets icon

Buckets 0.80.0

Budgeting tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    buckets # Buckets
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    buckets # Buckets
  ];
}

Package Definition

{
  "pname": "buckets",
  "version": "0.80.0",
  "src": {
    "url": "https://github.com/buckets/application/releases/download/v0.80.0/Buckets-arm64-0.80.0.dmg",
    "sha256": "2d7ec7a7d5cf1845c9f2c7adfb37426c7886ae10abec4cca7545cc022277b9c9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Buckets.app\" && cp -r \"Buckets.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Budgeting tool",
    "homepage": "https://www.budgetwithbuckets.com/"
  }
}