Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
thebrain # TheBrain
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
thebrain # TheBrain
];
}
Package Definition
{
"pname": "thebrain",
"version": "14.0.110.0",
"src": {
"url": "https://updater.thebrain.com/files/TheBrain14.0.110.0.dmg",
"sha256": "04a42517a4eedc3da8c3ee833eea223bb903ea2d1592b3d399bf4866f528add1"
},
"installPhase": [
"mkdir -p \"$out/Applications/TheBrain 14.app\" && cp -r \"TheBrain 14.app\" \"$out/Applications\""
],
"meta": {
"description": "Mind mapping and personal knowledge base software",
"homepage": "https://www.thebrain.com/"
}
}