summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-12-16 21:59:44 -0500
committerFreya Murphy <freya@freyacat.org>2025-12-16 21:59:44 -0500
commitd2515305fbb3750ea5b23347648040fe2c29580c (patch)
tree1fa20e1a17aad85ab97f7bd0947c09e16279ac3c
parentdisable waydroid for shinji (diff)
downloaddotfiles-nix-d2515305fbb3750ea5b23347648040fe2c29580c.tar.gz
dotfiles-nix-d2515305fbb3750ea5b23347648040fe2c29580c.tar.bz2
dotfiles-nix-d2515305fbb3750ea5b23347648040fe2c29580c.zip
remove element/discord desktop apps
-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"
];
};