diff options
Diffstat (limited to 'common/programs/vesktop.nix')
| -rw-r--r-- | common/programs/vesktop.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
