diff options
author | sefidel <contact@sefidel.net> | 2022-01-20 12:58:36 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-20 12:58:36 +0900 |
commit | 6501f2aea271d0fc99a4fe84cb2df93ca95fc1e0 (patch) | |
tree | 558848ac00a3145a000dd7a4f137fd38498ba1e4 /home/profiles/browsing | |
parent | d5a12f0acc669ee1cd17c4f4745fc9baa7672282 (diff) | |
download | nixrc-6501f2aea271d0fc99a4fe84cb2df93ca95fc1e0.tar.gz nixrc-6501f2aea271d0fc99a4fe84cb2df93ca95fc1e0.zip |
home/browsing: use searx
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r-- | home/profiles/browsing/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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={}"; }; |