diff options
author | sefidel <contact@sefidel.net> | 2022-02-12 15:06:06 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-12 15:07:01 +0900 |
commit | ef8b67dce728192cc76df2d53e0787bdaa6573db (patch) | |
tree | bda0f644de7c40b81a1c914cef93b4c12e3bc1f1 /home | |
parent | fcc1ed0d6ad77e3e85eed025142f09f800328333 (diff) | |
download | nixrc-ef8b67dce728192cc76df2d53e0787bdaa6573db.tar.gz nixrc-ef8b67dce728192cc76df2d53e0787bdaa6573db.zip |
feat(home/browsing): use envs.net
Signed-off-by: zachel <zach@zachel.io>
Diffstat (limited to 'home')
-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 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={}"; |