aboutsummaryrefslogtreecommitdiff
path: root/home/mun/programs
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-30 17:42:59 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-30 17:42:59 +0200
commita1331e962e5a895e688268f1346c56de104b5d34 (patch)
tree9d5869c61c9cdf3229f02099daf8c30523326ce8 /home/mun/programs
parenta4067140b2dfcd306f13dc51df1abea25ce90500 (diff)
Fixed nixcord
Diffstat (limited to 'home/mun/programs')
-rw-r--r--home/mun/programs/nixcord.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/mun/programs/nixcord.nix b/home/mun/programs/nixcord.nix
index 6e3d470..719e712 100644
--- a/home/mun/programs/nixcord.nix
+++ b/home/mun/programs/nixcord.nix
@@ -6,8 +6,6 @@
programs.nixcord = {
enable = true;
- discord = {
- vencord.enable = true;
- };
+ discord.vencord.enable = true;
};
}