about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2024-02-03 12:22:56 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2024-02-03 12:22:56 +0100
commit621cd7cb84c4fbec243287f47396e9d75c1f55e6 (patch)
tree3bdf5bec45cf5fb3311dd084be00143bed98075f
parentff3edd977fec45d905f1dc2a0b80a4999280ffbd (diff)
downloadnixlib-621cd7cb84c4fbec243287f47396e9d75c1f55e6.tar
nixlib-621cd7cb84c4fbec243287f47396e9d75c1f55e6.tar.gz
nixlib-621cd7cb84c4fbec243287f47396e9d75c1f55e6.tar.bz2
nixlib-621cd7cb84c4fbec243287f47396e9d75c1f55e6.tar.lz
nixlib-621cd7cb84c4fbec243287f47396e9d75c1f55e6.tar.xz
nixlib-621cd7cb84c4fbec243287f47396e9d75c1f55e6.tar.zst
nixlib-621cd7cb84c4fbec243287f47396e9d75c1f55e6.zip
rustdesk: add rustdesk url handler
-rw-r--r--pkgs/applications/networking/remote/rustdesk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/rustdesk/default.nix b/pkgs/applications/networking/remote/rustdesk/default.nix
index 26811ac40e96..ed3027afe84b 100644
--- a/pkgs/applications/networking/remote/rustdesk/default.nix
+++ b/pkgs/applications/networking/remote/rustdesk/default.nix
@@ -78,6 +78,7 @@ rustPlatform.buildRustPackage rec {
       comment = meta.description;
       genericName = "Remote Desktop";
       categories = [ "Network" ];
+      mimeTypes = [ "x-scheme-handler/rustdesk" ];
     })
   ];