From 6501f2aea271d0fc99a4fe84cb2df93ca95fc1e0 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 20 Jan 2022 12:58:36 +0900 Subject: home/browsing: use searx --- home/profiles/browsing/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix index 86f3cc1..4bee688 100644 --- a/home/profiles/browsing/default.nix +++ b/home/profiles/browsing/default.nix @@ -14,7 +14,9 @@ in enable = true; searchEngines = { + DEFAULT = "https://searx.be/search?q={}"; g = "https://www.google.com/search?hl=en&q={}"; + ddg = "https://www.duckduckgo.com/?q={}"; nw = "https://nixos.wiki/index.php?search={}"; ns = "https://search.nixos.org/options?channel=unstable&from=0size=50&sort=relevance&type=packages&query={}"; }; -- cgit 1.4.1