about summary refs log tree commit diff
path: root/home/profiles/browsing
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-12 15:06:06 +0900
committersefidel <contact@sefidel.net>2022-02-12 15:07:01 +0900
commitef8b67dce728192cc76df2d53e0787bdaa6573db (patch)
treebda0f644de7c40b81a1c914cef93b4c12e3bc1f1 /home/profiles/browsing
parentfcc1ed0d6ad77e3e85eed025142f09f800328333 (diff)
downloadnixrc-ef8b67dce728192cc76df2d53e0787bdaa6573db.tar.gz
nixrc-ef8b67dce728192cc76df2d53e0787bdaa6573db.zip
feat(home/browsing): use envs.net
Signed-off-by: zachel <zach@zachel.io>
Diffstat (limited to 'home/profiles/browsing')
-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 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={}";