Zotero icon

Zotero 8.0.2

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