diff options
author | sefidel <contact@sefidel.net> | 2022-01-23 19:14:49 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-23 19:14:49 +0900 |
commit | 0220e5eaad03512a3050a36f989f31efb02fbd6f (patch) | |
tree | 8fe319ada06725d28c31c1a98a8f9503764d4fde /home/profiles/browsing | |
parent | d9658001e234c1cb05aa631d42d049cad50ea160 (diff) | |
download | nixrc-0220e5eaad03512a3050a36f989f31efb02fbd6f.tar.gz nixrc-0220e5eaad03512a3050a36f989f31efb02fbd6f.zip |
home/browsing: use serx.cf for searx
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r-- | home/profiles/browsing/default.nix | 2 |
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={}"; |