diff options
Diffstat (limited to 'common/programs/vesktop.nix')
| -rw-r--r-- | common/programs/vesktop.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/common/programs/vesktop.nix b/common/programs/vesktop.nix index 5cb6a6b..0363bb9 100644 --- a/common/programs/vesktop.nix +++ b/common/programs/vesktop.nix @@ -4,7 +4,15 @@ enable = false; vencord = { settings = { - enabledThemes = lib.optionals config.beeMods.matugen.enable [ "system24.css" ]; + enabledThemes = + if + config.beeMods.matugen.enable + && config.beeMods.windowManagers.beeConfig.enable + && !config.beeMods.windowManagers.noctalia + then + [ "system24-matugen" ] + else + [ "noctalia-system24" ]; autoUpdate = false; autoUpdateNotification = false; notifyAboutUpdates = false; |
