From bc5980e5db152bc178fb83da3633c50c0529ffa6 Mon Sep 17 00:00:00 2001 From: foxora Date: Sun, 10 May 2026 17:06:47 +0100 Subject: [PATCH] added clearurls plugin :3 --- homes/modules/programs/nixcord.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/modules/programs/nixcord.nix b/homes/modules/programs/nixcord.nix index 3ff984d..bc37d63 100644 --- a/homes/modules/programs/nixcord.nix +++ b/homes/modules/programs/nixcord.nix @@ -44,6 +44,7 @@ callTimer.enable = false; # broken rn fixYoutubeEmbeds.enable = true; fixSpotifyEmbeds.enable = true; + ClearURLs.enable = true; tidalEmbeds.enable = true; youtubeAdblock.enable = true; followVoiceUser.enable = true;