Zotero icon

Zotero 7.0.24

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