aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-02 12:03:13 +0900
committersefidel <contact@sefidel.net>2023-08-02 12:03:13 +0900
commit1805def3614b33704cfcc61cd91c101ecdd62fa0 (patch)
tree28680c21cfc0c59dc260cdf2491ed8757cd67208
parent4502bff2340e76815a3282d463826b2fe10daf2a (diff)
downloadnixrc-1805def3614b33704cfcc61cd91c101ecdd62fa0.zip
feat(home/browsing): replace opnxng with searx.be
-rw-r--r--home/profiles/browsing/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index 71f2ce2..da69908 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -17,7 +17,7 @@ in
enable = true;
searchEngines = {
- DEFAULT = "https://opnxng.com/search?q={}";
+ 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={}";
@@ -34,8 +34,8 @@ in
settings = import ./qutebrowser-settings.nix // {
- url.default_page = "https://opnxng.com";
- url.start_pages = "https://opnxng.com";
+ url.default_page = "https://searx.be";
+ url.start_pages = "https://searx.be";
};
};
};