aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-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;
+ };
};
}