From fb527f7dcec4d4ed3e946a1a2bf252b60646d657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 26 Oct 2025 13:10:35 +0800 Subject: [PATCH] home/firefox: disable perplexity no AI search engine >:( --- nix/homeModules/common/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index d15d0246..ed1c54f5 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -19,7 +19,7 @@ in { ]; SearchEngines = { - Remove = ["Bing" "DuckDuckGo" "Qwant" "eBay"]; + Remove = ["Bing" "DuckDuckGo" "Qwant" "eBay" "Perplexity"]; }; NoDefaultBookmarks = true; DisplayMenuBar = "never";