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

so `zotero://select/library/items/GICAH8PU` will work
This commit is contained in:
Artturin
2022-04-01 09:33:37 +03:00
parent 09b1589049
commit c2b8260981
+1 -1
View File
@@ -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 = ''