Zotero icon

Zotero 7.0.23

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