TheBrain icon

TheBrain 14.0.113.0

Mind mapping and personal knowledge base software

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.113.0",
  "src": {
    "url": "https://updater.thebrain.com/files/TheBrain14.0.113.0.dmg",
    "sha256": "47e676dbf93d559cf16d9773854ce0d0bb31c038a36bb8186d3c86b2a1228be0"
  },
  "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/"
  }
}