Zotero icon

Zotero 7.0.13

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": "7.0.13",
  "src": {
    "url": "https://download.zotero.org/client/release/7.0.13/Zotero-7.0.13.dmg",
    "sha256": "dc03cbbe5d1bda12484a42c95c2c7a32276c73724df1f847790bcb8ed3dc977d"
  },
  "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/"
  }
}