diff options
| -rw-r--r-- | home.nix | 2 | ||||
| -rw-r--r-- | home/discord.nix | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -114,8 +114,6 @@ anki-bin - vesktop - obsidian prismlauncher diff --git a/home/discord.nix b/home/discord.nix index 15efbd0..6050e42 100644 --- a/home/discord.nix +++ b/home/discord.nix @@ -5,9 +5,10 @@ let in { home.packages = with pkgs; [ (discord.override { - withVencord = true; - withOpenASAR = true; + withVencord = false; + withOpenASAR = false; }) + vesktop ]; xdg.configFile."Vencord/themes/nix.theme.css".text = let c = config.theme.colors; in '' |