From 20d922e7984ad22964f31a1a3fe3377ed23d4c4a Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sun, 7 Jun 2026 12:29:22 +0530 Subject: Bash is what god intended us to use --- common/programs/vesktop.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/programs/vesktop.nix') diff --git a/common/programs/vesktop.nix b/common/programs/vesktop.nix index 0363bb9..1211011 100644 --- a/common/programs/vesktop.nix +++ b/common/programs/vesktop.nix @@ -1,7 +1,7 @@ { lib, config, ... }: { programs.vesktop = { - enable = false; + enable = true; vencord = { settings = { enabledThemes = @@ -10,9 +10,9 @@ && config.beeMods.windowManagers.beeConfig.enable && !config.beeMods.windowManagers.noctalia then - [ "system24-matugen" ] + [ "system24-matugen.css" ] else - [ "noctalia-system24" ]; + [ "discord-system24.css" ]; autoUpdate = false; autoUpdateNotification = false; notifyAboutUpdates = false; -- cgit v1.3.1