summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/default.nix2
-rw-r--r--options.nix2
2 files changed, 0 insertions, 4 deletions
diff --git a/home/default.nix b/home/default.nix
index 0f5a1ac..da7ca3b 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -43,8 +43,6 @@ in {
++ (with pkgs;
optionals config.desktops.enable [
# social
- discord
- element-desktop
gajim
thunderbird-latest
# programs
diff --git a/options.nix b/options.nix
index 57e48db..7995623 100644
--- a/options.nix
+++ b/options.nix
@@ -514,8 +514,6 @@ in {
default = optionals config.desktops.enable [
"wl-clip-persist -c both"
"thunderbird"
- "discord"
- "element-desktop"
];
};