Fix: update desktop entries for Legcord and Teams to improve application naming

This commit is contained in:
2025-11-04 21:44:32 +00:00
parent b2ae32a078
commit 4dad64cb75

View File

@@ -205,14 +205,14 @@
# Override desktop entries to use Wayland flags for Electron apps
xdg.desktopEntries = {
legcord = {
name = "Legcord";
name = "Discord";
exec = "${pkgs.legcord}/bin/legcord --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland %U";
icon = "legcord";
type = "Application";
categories = [ "Network" "InstantMessaging" ];
};
teams-for-linux = {
name = "Microsoft Teams for Linux";
name = "Teams";
exec = "${pkgs.teams-for-linux}/bin/teams-for-linux --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland %U";
icon = "teams-for-linux";
type = "Application";