From 0ffe537e6b46b7b3e747ff66901b174a230b328d Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Wed, 19 Jun 2024 12:00:41 -0700 Subject: Switch to vanilla Discord --- home/discord.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home') 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 '' -- cgit v1.2.3