From ef8b67dce728192cc76df2d53e0787bdaa6573db Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Feb 2022 15:06:06 +0900 Subject: feat(home/browsing): use envs.net Signed-off-by: zachel --- home/profiles/browsing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix index 20895e0..488aeed 100644 --- a/home/profiles/browsing/default.nix +++ b/home/profiles/browsing/default.nix @@ -14,7 +14,7 @@ in enable = true; searchEngines = { - DEFAULT = "https://serx.cf/search?q={}"; + DEFAULT = "https://searx.envs.net/search?q={}"; g = "https://www.google.com/search?hl=en&q={}"; ddg = "https://www.duckduckgo.com/?q={}"; nw = "https://nixos.wiki/index.php?search={}"; -- cgit 1.4.1