Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
pocket-bard # Pocket Bard
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
pocket-bard # Pocket Bard
];
} Package Definition
{
"pname": "pocket-bard",
"version": "3.1.17,236",
"src": {
"url": "https://downloads.pocketbard.app/desktop/channels/stable/pocketbard-3.1.17-236-mac-aarch64.zip",
"sha256": "7676c3631d1ec7046b86e3d0a5d4966f1d338e54712fd1af4b5c8f4a6fc72f89"
},
"installPhase": [
"mkdir -p \"$out/Applications/Pocket Bard.app\" && cp -r \"Pocket Bard.app\" \"$out/Applications\""
],
"meta": {
"description": "TTRPG ambient audio and sound effects",
"homepage": "https://www.pocketbard.app/"
}
}