Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
freedom # Freedom
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
freedom # Freedom
];
} Package Definition
{
"pname": "freedom",
"version": "2.24.5",
"src": {
"url": "https://cdn.freedom.to/installers/updates/mac/2.24.5/Freedom.zip",
"sha256": "92d0a847bff6113cc397ec4b11699002c04231d1f53bd0b6019a6260b4cbd569"
},
"installPhase": [
"mkdir -p \"$out/Applications/Freedom.app\" && cp -r \"Freedom.app\" \"$out/Applications\""
],
"meta": {
"description": "App and website blocker",
"homepage": "https://freedom.to/"
}
} Version History
2.24.5 (NixCasks v4)
24 February 2026, 00:00 2.24.4 (NixCasks v4)
10 February 2026, 00:00 2.24.2 (NixCasks v4)
30 October 2025, 00:00 2.24.1 (NixCasks v4)
12 October 2025, 12:08 2.24.0 (NixCasks v4)
7 March 2025, 09:14 2.24.0 (NixCasks v3)
5 March 2025, 00:00 2.24.0 (NixCasks v2)
4 March 2025, 19:10 2.24.0 (NixCasks v1)
17 February 2025, 22:56 2.23.0 (NixCasks v1)
8 November 2024, 21:00