Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
prudent # Prudent
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
prudent # Prudent
];
} Package Definition
{
"pname": "prudent",
"version": "29",
"src": {
"url": "https://github.com/PrudentMe/main/releases/download/29/Prudent.zip",
"sha256": "375970eadf59bab17e8add0057ea967b0376eb1385889d5b64f84a720e4dd4cb"
},
"installPhase": [
"mkdir -p \"$out/Applications/Prudent.app\" && cp -r \"Prudent.app\" \"$out/Applications\""
],
"meta": {
"description": "Integrated environment for your personal and family ledger",
"homepage": "https://prudent.me/"
}
}