about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-20 12:58:36 +0900
committersefidel <contact@sefidel.net>2022-01-20 12:58:36 +0900
commit6501f2aea271d0fc99a4fe84cb2df93ca95fc1e0 (patch)
tree558848ac00a3145a000dd7a4f137fd38498ba1e4 /home
parentd5a12f0acc669ee1cd17c4f4745fc9baa7672282 (diff)
downloadnixrc-6501f2aea271d0fc99a4fe84cb2df93ca95fc1e0.tar.gz
nixrc-6501f2aea271d0fc99a4fe84cb2df93ca95fc1e0.zip
home/browsing: use searx
Diffstat (limited to 'home')
-rw-r--r--home/profiles/browsing/default.nix2
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={}";
       };