zotero: add x-scheme-handler/zotero to desktop file

so `zotero://select/library/items/GICAH8PU` will work
main
Artturin 2 years ago
parent 09b1589049
commit c2b8260981
  1. 2
      pkgs/applications/office/zotero/default.nix

@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
genericName = "Reference Management";
categories = [ "Office" "Database" ];
startupNotify = true;
mimeTypes = [ "text/plain" ];
mimeTypes = [ "x-scheme-handler/zotero" "text/plain" ];
};
installPhase = ''

Loading…
Cancel
Save