Zotero icon

Zotero 7.0.27

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