chore: remove discord app, use the web version instead

This commit is contained in:
Ryan Yin
2024-10-30 17:17:05 +08:00
parent 34072df760
commit 0d7b4ac928
4 changed files with 2 additions and 7 deletions

View File

@@ -41,10 +41,6 @@ in {
executable = "${super.lib.getBin super.zathura}/bin/zathura";
profile = "${super.firejail}/etc/firejail/zathura.profile";
};
discord = firejailWrapper {
executable = "${super.lib.getBin super.discord}/bin/discord";
profile = "${super.firejail}/etc/firejail/discord.profile";
};
slack = firejailWrapper {
executable = "${super.lib.getBin super.slack}/bin/slack";
profile = "${super.firejail}/etc/firejail/slack.profile";

View File

@@ -11,7 +11,7 @@
# instant messaging
telegram-desktop
discord
# discord # update too frequently, use the web version instead
# remote desktop(rdp connect)
remmina

View File

@@ -64,7 +64,6 @@
# all other unknown schemes will be opened by this default application.
# "x-scheme-handler/unknown" = editor;
"x-scheme-handler/discord" = ["discord.desktop"];
"x-scheme-handler/tg" = ["org.telegram.desktop.desktop "];
"audio/*" = ["mpv.desktop"];

View File

@@ -163,7 +163,7 @@ in {
# IM & audio & remote desktop & meeting
"telegram"
"discord"
# "discord" # update too frequently, use the web version instead
"microsoft-remote-desktop"
"moonlight" # remote desktop client
"rustdesk"