From 4dad64cb754863bb3b8d69fcb7de586ba89b2f7b Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Tue, 4 Nov 2025 21:44:32 +0000 Subject: [PATCH] Fix: update desktop entries for Legcord and Teams to improve application naming --- home/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index e78058b..237361e 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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";