rustdesk: add rustdesk url handler

This commit is contained in:
Fritz Otlinghaus 2024-02-03 12:22:56 +01:00
parent ff3edd977f
commit 621cd7cb84
No known key found for this signature in database
GPG Key ID: 1E5F98946FB1444E

View File

@ -78,6 +78,7 @@ rustPlatform.buildRustPackage rec {
comment = meta.description;
genericName = "Remote Desktop";
categories = [ "Network" ];
mimeTypes = [ "x-scheme-handler/rustdesk" ];
})
];