diff --git a/modules/home/discord.nix b/modules/home/discord.nix index 066dad8..b2a4b33 100644 --- a/modules/home/discord.nix +++ b/modules/home/discord.nix @@ -1,9 +1,10 @@ { pkgs, ... }: { home.packages = with pkgs; [ - (discord.override { - withVencord = true; - }) + discord + # (discord.override { + # withVencord = true; + # }) ]; xdg.configFile."Vencord/themes/custom.css".text = '' /** @@ -18,4 +19,4 @@ @import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css"); ''; -} \ No newline at end of file +}