teams-for-linux: add msteams scheme handler (#467701)

This commit is contained in:
Aleksana
2025-12-04 05:43:20 +00:00
committed by GitHub
+2 -1
View File
@@ -106,7 +106,7 @@ buildNpmPackage rec {
desktopItems = [
(makeDesktopItem {
name = "teams-for-linux";
exec = "teams-for-linux";
exec = "teams-for-linux %U";
icon = "teams-for-linux";
desktopName = "Microsoft Teams for Linux";
comment = meta.description;
@@ -115,6 +115,7 @@ buildNpmPackage rec {
"InstantMessaging"
"Chat"
];
mimeTypes = [ "x-scheme-handler/msteams" ];
})
];