diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
| commit | cd08309515bce3796777f4b20efffd379b9fabcc (patch) | |
| tree | 9bc843dc067983511b31139b5c71afdd12a8e20e /common/programs/vesktop.nix | |
| parent | 1bb49481dbec223e68df4f60fa1d425525e16cff (diff) | |
Homecoming
Diffstat (limited to 'common/programs/vesktop.nix')
| -rw-r--r-- | common/programs/vesktop.nix | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/common/programs/vesktop.nix b/common/programs/vesktop.nix deleted file mode 100644 index 41a9e56..0000000 --- a/common/programs/vesktop.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ lib, config, ... }: -{ - programs.vesktop = { - enable = true; - vencord = { - settings = { - enabledThemes = lib.optionals config.beeMods.matugen.enable [ "system24.css" ]; - autoUpdate = false; - autoUpdateNotification = false; - notifyAboutUpdates = false; - useQuickCss = false; - disableMinSize = true; - plugins = { - FakeNitro.enabled = false; - AnonymiseFileNames.enabled = true; - PlainFolderIcon.enabled = true; - NoTypingAnimation.enabled = true; - NoF1.enabled = true; - petpet.enabled = true; - QuickReply.enabled = true; - SilentTyping.enabled = true; - StreamerModeOnStream.enabled = false; - NoReplyMention.enabled = true; - OnePingPerDM.enabled = false; - }; - }; - }; - }; -} |
