DEVONthink icon

DEVONthink 3.9.8

Collect, organise, edit and annotate documents

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    devonthink # DEVONthink
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    devonthink # DEVONthink
  ];
}

Package Definition

{
  "pname": "devonthink",
  "version": "3.9.8",
  "src": {
    "url": "https://download.devontechnologies.com/download/devonthink/3.9.8/DEVONthink_3.app.zip",
    "sha256": "c56169fa98b72c2f043f6c2ca55c996a8fddc539e0df2b351ea45714e2427c1e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DEVONthink 3.app\" && cp -r \"DEVONthink 3.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Collect, organise, edit and annotate documents",
    "homepage": "https://www.devontechnologies.com/apps/devonthink"
  }
}