Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
rectangle # Rectangle
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
rectangle # Rectangle
];
}
Package Definition
{
"pname": "rectangle",
"version": "0.84",
"src": {
"url": "https://github.com/rxhanson/Rectangle/releases/download/v0.84/Rectangle0.84.dmg",
"sha256": "5b4f6e9ffee090abd851066d9193092deb991e96d02dfbdf626db43522b8a018"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Rectangle.app\" \"$out/Applications/Rectangle.app\""
],
"meta": {
"description": "Move and resize windows using keyboard shortcuts or snap areas",
"homepage": "https://rectangleapp.com/"
}
}
Version History
0.89 (NixCasks v4)
23 July 2025, 00:00 0.88 (NixCasks v4)
24 June 2025, 00:00 0.87 (NixCasks v4)
6 April 2025, 00:00 0.86 (NixCasks v4)
7 March 2025, 09:14 0.86 (NixCasks v3)
5 March 2025, 00:00 0.86 (NixCasks v2)
4 March 2025, 19:10 0.86 (NixCasks v1)
17 February 2025, 22:56 0.85 (NixCasks v1)
20 November 2024, 16:09 0.84 (NixCasks v1)
8 November 2024, 21:18