Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
billy # Billy
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
billy # Billy
];
} Package Definition
{
"pname": "billy",
"version": "1.1.1,39",
"src": {
"url": "https://cdn.amore.computer/releases/com.simonlou.Billy/1.1.1-39/Billy.dmg",
"sha256": "cd0938cd01fe7a3d24de24864bd1771f62d13644a8622a79e1ed53542f77e313"
},
"installPhase": [
"mkdir -p \"$out/Applications/Billy.app\" && cp -r \"Billy.app\" \"$out/Applications\""
],
"meta": {
"description": "Invoice manager",
"homepage": "https://usebilly.app/"
}
}