summaryrefslogtreecommitdiff
path: root/common/programs/vesktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/programs/vesktop.nix')
-rw-r--r--common/programs/vesktop.nix29
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;
- };
- };
- };
- };
-}