diff --git a/modules/home/programs/firefox.nix b/modules/home/programs/firefox.nix index a7f8ea3..db53068 100644 --- a/modules/home/programs/firefox.nix +++ b/modules/home/programs/firefox.nix @@ -15,7 +15,7 @@ "Wikipedia (en)".metaData.hidden = true; "Startpage" = { urls = [{ - template = "https://startpage.com/do/search"; + template = "https://startpage.com/sp/search"; params = [ { name = "query"; value = "{searchTerms}"; } ];