Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
freeplane # Freeplane
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
freeplane # Freeplane
];
} Package Definition
{
"pname": "freeplane",
"version": "1.12.17",
"src": {
"url": "https://downloads.sourceforge.net/freeplane/Freeplane-1.12.17-apple.dmg",
"sha256": "2b3a51f084e6e7786f06c1406f8fae72892ebaf5a4d69aa662e338af366686a7"
},
"installPhase": [
"mkdir -p \"$out/Applications/Freeplane.app\" && cp -r \"Freeplane.app\" \"$out/Applications\""
],
"meta": {
"description": "Mind mapping and knowledge management software",
"homepage": "https://docs.freeplane.org/"
}
} Version History
1.13.2 (NixCasks v4)
24 February 2026, 00:00 1.13.1 (NixCasks v4)
14 February 2026, 00:00 1.12.18 (NixCasks v4)
11 February 2026, 00:00 1.12.17 (NixCasks v4)
10 February 2026, 00:00 1.12.16 (NixCasks v4)
13 January 2026, 00:00 1.12.14 (NixCasks v4)
12 October 2025, 12:08 1.12.12 (NixCasks v4)
2 August 2025, 00:00 1.12.11 (NixCasks v4)
2 June 2025, 00:00 1.12.10 (NixCasks v4)
18 April 2025, 00:00 1.12.9 (NixCasks v4)
7 March 2025, 09:14 1.12.9 (NixCasks v3)
5 March 2025, 00:00 1.12.9 (NixCasks v2)
4 March 2025, 19:10 1.12.9 (NixCasks v1)
17 February 2025, 22:56 1.12.8 (NixCasks v1)
8 December 2024, 00:00 1.12.6 (NixCasks v1)
8 November 2024, 21:00