From c2b82609818cd09043e218537489366fbfeae5d7 Mon Sep 17 00:00:00 2001 From: Artturin Date: Fri, 1 Apr 2022 09:33:37 +0300 Subject: [PATCH] zotero: add x-scheme-handler/zotero to desktop file so `zotero://select/library/items/GICAH8PU` will work --- pkgs/applications/office/zotero/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/zotero/default.nix b/pkgs/applications/office/zotero/default.nix index 53c61f0d993c..749b6959b740 100644 --- a/pkgs/applications/office/zotero/default.nix +++ b/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 = ''