rustdesk: add rustdesk url handler

This commit is contained in:
Fritz Otlinghaus
2024-02-03 12:22:56 +01:00
parent ff3edd977f
commit 621cd7cb84
@@ -78,6 +78,7 @@ rustPlatform.buildRustPackage rec {
comment = meta.description;
genericName = "Remote Desktop";
categories = [ "Network" ];
mimeTypes = [ "x-scheme-handler/rustdesk" ];
})
];