Actual icon

Actual 24.11.0

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": "24.11.0",
  "src": {
    "url": "https://github.com/actualbudget/actual/releases/download/v24.11.0/Actual-mac-arm64.dmg",
    "sha256": "b5022b9944ed24725aec2540843645132b7868502641b6897ccb2424322d875b"
  },
  "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.com/"
  }
}