mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: update desktop entries for Legcord and Teams to improve application naming
This commit is contained in:
@@ -205,14 +205,14 @@
|
|||||||
# Override desktop entries to use Wayland flags for Electron apps
|
# Override desktop entries to use Wayland flags for Electron apps
|
||||||
xdg.desktopEntries = {
|
xdg.desktopEntries = {
|
||||||
legcord = {
|
legcord = {
|
||||||
name = "Legcord";
|
name = "Discord";
|
||||||
exec = "${pkgs.legcord}/bin/legcord --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland %U";
|
exec = "${pkgs.legcord}/bin/legcord --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland %U";
|
||||||
icon = "legcord";
|
icon = "legcord";
|
||||||
type = "Application";
|
type = "Application";
|
||||||
categories = [ "Network" "InstantMessaging" ];
|
categories = [ "Network" "InstantMessaging" ];
|
||||||
};
|
};
|
||||||
teams-for-linux = {
|
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";
|
exec = "${pkgs.teams-for-linux}/bin/teams-for-linux --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland %U";
|
||||||
icon = "teams-for-linux";
|
icon = "teams-for-linux";
|
||||||
type = "Application";
|
type = "Application";
|
||||||
|
|||||||
Reference in New Issue
Block a user