From 1fe7a9eb7397fd295d869173375ae77482248b05 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 29 Apr 2026 18:25:19 +0200 Subject: Switched from equicord to vencord --- home/mun/programs/nixcord.nix | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'home/mun/programs') diff --git a/home/mun/programs/nixcord.nix b/home/mun/programs/nixcord.nix index d39f6e3..6e3d470 100644 --- a/home/mun/programs/nixcord.nix +++ b/home/mun/programs/nixcord.nix @@ -7,38 +7,7 @@ enable = true; discord = { - vencord.enable = false; - equicord.enable = true; - }; - }; - - home.file.".config/discord/settings.json" = { - force = true; - text = builtins.toJSON { - SKIP_HOST_UPDATE = true; - BACKGROUND_COLOR = "#000000"; - offloadAdmControls = true; - enableHardwareAcceleration = true; - chromiumSwitches = {}; - IS_MAXIMIZED = false; - IS_MINIMIZED = false; - WINDOW_BOUNDS = { - x = 0; - y = 0; - width = 1708; - height = 879; - }; - asyncVideoInputDeviceInit = false; - MINIMIZE_TO_TRAY = false; - enableLibOpenH264Electron = false; - DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING = true; - openH264Enabled = true; - openasar = { - setup = true; - cmdPreset = "battery"; - quickstart = true; - skipModuleUpdate = true; # <-- the fix - }; + vencord.enable = true; }; }; } -- cgit v1.2.3