diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-07 12:29:22 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-07 12:29:22 +0530 |
| commit | 20d922e7984ad22964f31a1a3fe3377ed23d4c4a (patch) | |
| tree | 0d7413a7ffbd90905d34e4ceb60febe8a0f656a3 /common/programs/vesktop.nix | |
| parent | 267ea5a480555b3cf621bf4e76a6726f3592436a (diff) | |
Bash is what god intended us to use
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; |
