Actual icon

Actual 25.2.1

Privacy-focused app for managing your finances

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "actual",
  "version": "25.2.1",
  "src": {
    "url": "https://github.com/actualbudget/actual/releases/download/v25.2.1/Actual-mac-arm64.dmg",
    "sha256": "d5251581f0f3d29f5df45b86d0e3d0627510dbb3a3402c3b462d60fef7e45fde"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Actual.app\" \"$out/Applications/Actual.app\""
  ],
  "meta": {
    "description": "Privacy-focused app for managing your finances",
    "homepage": "https://actualbudget.org/"
  }
}