about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/rustdesk
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 /pkgs/applications/networking/remote/rustdesk
parentff3edd977fec45d905f1dc2a0b80a4999280ffbd (diff)
rustdesk: add rustdesk url handler
Diffstat (limited to 'pkgs/applications/networking/remote/rustdesk')
-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 26811ac40e962..ed3027afe84be 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" ];
     })
   ];