about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-04-01 09:33:37 +0300
committerArtturin <Artturin@artturin.com>2022-04-01 09:33:37 +0300
commitc2b82609818cd09043e218537489366fbfeae5d7 (patch)
treef979287c88f3eed88e1c7c029fe3e2b00e09adbd /pkgs/applications
parent09b158904929cf24bf3cb9e781c2435ca6c52065 (diff)
downloadnixlib-c2b82609818cd09043e218537489366fbfeae5d7.tar
nixlib-c2b82609818cd09043e218537489366fbfeae5d7.tar.gz
nixlib-c2b82609818cd09043e218537489366fbfeae5d7.tar.bz2
nixlib-c2b82609818cd09043e218537489366fbfeae5d7.tar.lz
nixlib-c2b82609818cd09043e218537489366fbfeae5d7.tar.xz
nixlib-c2b82609818cd09043e218537489366fbfeae5d7.tar.zst
nixlib-c2b82609818cd09043e218537489366fbfeae5d7.zip
zotero: add x-scheme-handler/zotero to desktop file
so `zotero://select/library/items/GICAH8PU` will work
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/zotero/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''