Zotero icon

Zotero 8.0.3

Collect, organise, cite, and share research sources

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "zotero",
  "version": "8.0.3",
  "src": {
    "url": "https://download.zotero.org/client/release/8.0.3/Zotero-8.0.3.dmg",
    "sha256": "648d3d008d7f07315c899d5b934aa0a55b4116fd6d433a4c800b7a5518eeed64"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Zotero.app\" && cp -r \"Zotero.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Collect, organise, cite, and share research sources",
    "homepage": "https://www.zotero.org/"
  }
}