Grid icon

Grid 1.4

Window manager

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    grid # Grid
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    grid # Grid
  ];
}

Package Definition

{
  "pname": "grid",
  "version": "1.4",
  "src": {
    "url": "https://macgrid.app/download/Grid-1.4.dmg",
    "sha256": "46f415795003460d5da018aaaeb72317d3c6b654ebdde33c1556e6e8659f0cdc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Grid.app\" && cp -r \"Grid.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Window manager",
    "homepage": "https://macgrid.app/"
  }
}