Rectangle icon

Rectangle 0.91

Move and resize windows using keyboard shortcuts or snap areas

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.91",
  "src": {
    "url": "https://github.com/rxhanson/Rectangle/releases/download/v0.91/Rectangle0.91.dmg",
    "sha256": "30ea60f0dda630d07cd5d9ad81073b2916b1fa0e1dd5779d87d7640bfcd884bc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Rectangle.app\" && cp -r \"Rectangle.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Move and resize windows using keyboard shortcuts or snap areas",
    "homepage": "https://rectangleapp.com/"
  }
}