From 317639289b8dc132ca2b9335605d642acea0e6c1 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 21 Nov 2025 10:56:10 +0100 Subject: [PATCH] remove broken plugin from nixconf --- common/discord/discord.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/discord/discord.nix b/common/discord/discord.nix index 7d2bd54..4becbf6 100644 --- a/common/discord/discord.nix +++ b/common/discord/discord.nix @@ -22,11 +22,6 @@ fixYoutubeEmbeds.enable = true; noF1.enable = true; petpet.enable = true; - replaceGoogleSearch = { - enable = true; - customEngineName = "duck duck go"; - customEngineURL = "https://duckduckgo.com/"; - }; spotifyCrack.enable = true; typingTweaks.enable = true; unindent.enable = true;