diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-30 17:42:59 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-30 17:42:59 +0200 |
| commit | a1331e962e5a895e688268f1346c56de104b5d34 (patch) | |
| tree | 9d5869c61c9cdf3229f02099daf8c30523326ce8 | |
| parent | a4067140b2dfcd306f13dc51df1abea25ce90500 (diff) | |
Fixed nixcord
| -rw-r--r-- | home/mun/default.nix | 2 | ||||
| -rw-r--r-- | home/mun/programs/nixcord.nix | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index cdb0cd4..b8698f0 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -4,7 +4,7 @@ ./programs/ssh.nix ./programs/git.nix ./programs/nvim.nix - ./programs/nixcord.nix + # ./programs/nixcord.nix ./programs/browser.nix ./programs/rmpc.nix ]; 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; }; } |
