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.103.0",
"src": {
"url": "https://updater.thebrain.com/files/TheBrain14.0.103.0.dmg",
"sha256": "e6d303ad91e2e378a96cdee90ff5ba342a6b39de073c4575f3c4363ce3354a55"
},
"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/"
}
}