mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-30 10:10:38 +02: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";
|
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";
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"];
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user