diff options
Diffstat (limited to 'home/profiles/browsing/default.nix')
-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"; }; }; }; |