Hook icon

Hook 6.4.1,2024,10

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": "6.4.1,2024,10",
  "src": {
    "url": "https://hookproductivity.com/wp-content/uploads/2024/10/Hookmark-app-6.4.1.dmg_.zip",
    "sha256": "84261f5980993babd8353ed8766a92472c05accc242a81690389e7628a0577ac"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Hookmark.app\" \"$out/Applications/Hookmark.app\""
  ],
  "meta": {
    "description": "Link and retrieve key information",
    "homepage": "https://hookproductivity.com/"
  }
}