temporarily disabled vencord

This commit is contained in:
Frost-Phoenix 2024-06-30 10:56:09 +02:00
parent 53cdb447d5
commit aca61b4397

View file

@ -1,9 +1,10 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
(discord.override { discord
withVencord = true; # (discord.override {
}) # withVencord = true;
# })
]; ];
xdg.configFile."Vencord/themes/custom.css".text = '' xdg.configFile."Vencord/themes/custom.css".text = ''
/** /**
@ -18,4 +19,4 @@
@import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css"); @import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css");
''; '';
} }