diff options
| -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; }; } |
