aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-11 23:57:08 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-11 23:57:08 +0200
commit01902cd6cea369ecd73a8a8ef28d897b0de7a8c5 (patch)
treefe48fefe262dc2aaea6ae65ecca3c7fb5e3a4648
parent34a03c0183bc518c0a682fb3a2b6a6b8d7125583 (diff)
Enabled equicord disabled vencord in nixcord
-rw-r--r--home/mun/programs/nixcord.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/mun/programs/nixcord.nix b/home/mun/programs/nixcord.nix
index 3cc1199..802ccc3 100644
--- a/home/mun/programs/nixcord.nix
+++ b/home/mun/programs/nixcord.nix
@@ -6,6 +6,9 @@
programs.nixcord = {
enable = true;
- discord.equicord.enable = true;
+ discord = {
+ vencord.enable = false;
+ equicord.enable = true;
+ };
};
}