about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-23 19:14:49 +0900
committersefidel <contact@sefidel.net>2022-01-23 19:14:49 +0900
commit0220e5eaad03512a3050a36f989f31efb02fbd6f (patch)
tree8fe319ada06725d28c31c1a98a8f9503764d4fde /home
parentd9658001e234c1cb05aa631d42d049cad50ea160 (diff)
downloadnixrc-0220e5eaad03512a3050a36f989f31efb02fbd6f.tar.gz
nixrc-0220e5eaad03512a3050a36f989f31efb02fbd6f.zip
home/browsing: use serx.cf for searx
Diffstat (limited to 'home')
-rw-r--r--home/profiles/browsing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index 2d56233..20895e0 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -14,7 +14,7 @@ in
       enable = true;
 
       searchEngines = {
-        DEFAULT = "https://searx.be/search?q={}";
+        DEFAULT = "https://serx.cf/search?q={}";
         g = "https://www.google.com/search?hl=en&q={}";
         ddg = "https://www.duckduckgo.com/?q={}";
         nw = "https://nixos.wiki/index.php?search={}";