diff options
Diffstat (limited to 'home/mun/programs')
| -rw-r--r-- | home/mun/programs/nixcord.nix | 4 |
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; }; } |
