Skip to content

Commit

Permalink
chore: remove discord app, use the web version instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Oct 30, 2024
1 parent 34072df commit 0d7b4ac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions hardening/firejail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion home/linux/gui/base/misc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# instant messaging
telegram-desktop
discord
# discord # update too frequently, use the web version instead

# remote desktop(rdp connect)
remmina
Expand Down
1 change: 0 additions & 1 deletion home/linux/gui/base/xdg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down
2 changes: 1 addition & 1 deletion modules/darwin/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d7b4ac

Please sign in to comment.