Hook icon

Hook 7.2.2

Link and retrieve key information

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "hookmark",
  "version": "7.2.2",
  "src": {
    "url": "https://updates.hookproductivity.com/downloads/Hookmark-app-7.2.2.dmg",
    "sha256": "e125f86b36b4fc8384991e932ad8fc51b67e0af90259b7d10863d4775378fbe7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Hookmark.app\" && cp -r \"Hookmark.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Link and retrieve key information",
    "homepage": "https://hookproductivity.com/"
  }
}