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
-4
View File
@@ -41,10 +41,6 @@ in {
executable = "${super.lib.getBin super.zathura}/bin/zathura"; executable = "${super.lib.getBin super.zathura}/bin/zathura";
profile = "${super.firejail}/etc/firejail/zathura.profile"; 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 { slack = firejailWrapper {
executable = "${super.lib.getBin super.slack}/bin/slack"; executable = "${super.lib.getBin super.slack}/bin/slack";
profile = "${super.firejail}/etc/firejail/slack.profile"; profile = "${super.firejail}/etc/firejail/slack.profile";
+1 -1
View File
@@ -11,7 +11,7 @@
# instant messaging # instant messaging
telegram-desktop telegram-desktop
discord # discord # update too frequently, use the web version instead
# remote desktop(rdp connect) # remote desktop(rdp connect)
remmina remmina
-1
View File
@@ -64,7 +64,6 @@
# all other unknown schemes will be opened by this default application. # all other unknown schemes will be opened by this default application.
# "x-scheme-handler/unknown" = editor; # "x-scheme-handler/unknown" = editor;
"x-scheme-handler/discord" = ["discord.desktop"];
"x-scheme-handler/tg" = ["org.telegram.desktop.desktop "]; "x-scheme-handler/tg" = ["org.telegram.desktop.desktop "];
"audio/*" = ["mpv.desktop"]; "audio/*" = ["mpv.desktop"];
+1 -1
View File
@@ -163,7 +163,7 @@ in {
# IM & audio & remote desktop & meeting # IM & audio & remote desktop & meeting
"telegram" "telegram"
"discord" # "discord" # update too frequently, use the web version instead
"microsoft-remote-desktop" "microsoft-remote-desktop"
"moonlight" # remote desktop client "moonlight" # remote desktop client
"rustdesk" "rustdesk"