Skip to content

Commit

Permalink
🔧 Enabled some vencord plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Dec 1, 2024
1 parent 0f568a8 commit 91f24e3
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions modules/home/messages/discord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ in
config = mkOpt attrs {
useQuickCss = ((trimWith' cfg.quickCss) != "");
plugins = {
# Broken for the moment
betterFolders = disabled;
betterFolders = disabled; # Broken for the moment

betterRoleContext = enabled;
crashHandler = enabled;
memberCount = enabled;
Expand All @@ -42,6 +42,29 @@ in
webKeybinds = enabled;
webScreenShareFixes = enabled;
alwaysAnimate = enabled;
petpet = enabled;
betterGifAltText = enabled;
betterSettings = enabled;
callTimer = enabled;
copyUserURLs = enabled;
disableCallIdle = enabled;
fixImagesQuality = enabled;
forceOwnerCrown = enabled;
friendInvites = enabled;
friendsSince = enabled;
fullSearchContext = enabled;
moreCommands = enabled;
newGuildSettings = enabled;
noOnboardingDelay = enabled;
permissionsViewer = enabled;
previewMessage = enabled;
relationshipNotifier = enabled;
replaceGoogleSearch = enabled; # DuckDuckGo by default !
serverInfo = enabled;
shikiCodeblocks = enabled;
silentTyping = enabled;
typingTweaks = enabled;
viewIcons = enabled;
};
} "Manage the nixcord configuration.";
};
Expand Down

0 comments on commit 91f24e3

Please sign in to comment.