diff options
author | sefidel <contact@sefidel.net> | 2023-08-02 12:03:13 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-02 12:03:13 +0900 |
commit | 1805def3614b33704cfcc61cd91c101ecdd62fa0 (patch) | |
tree | 28680c21cfc0c59dc260cdf2491ed8757cd67208 /home/profiles/browsing | |
parent | 4502bff2340e76815a3282d463826b2fe10daf2a (diff) | |
download | nixrc-1805def3614b33704cfcc61cd91c101ecdd62fa0.tar.gz nixrc-1805def3614b33704cfcc61cd91c101ecdd62fa0.zip |
feat(home/browsing): replace opnxng with searx.be
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r-- | home/profiles/browsing/default.nix | 6 |
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"; }; }; }; |