mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
chore: remove discord app, use the web version instead
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
# instant messaging
|
||||
telegram-desktop
|
||||
discord
|
||||
# discord # update too frequently, use the web version instead
|
||||
|
||||
# remote desktop(rdp connect)
|
||||
remmina
|
||||
|
||||
@@ -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"];
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user