Zotero icon

Zotero 7.0.31

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