Skip to content

Commit

Permalink
librewolf: add more search engines
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Sep 28, 2024
1 parent 767bca7 commit 467a45f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/home/librewolf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ in {
engines = {
"Google".metaData.hidden = true;
"Bing".metaData.hidden = true;
"Startpage" = {
urls = singleton {template = "https://www.startpage.com/sp/search?query={searchTerms}";};
iconsUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-96x96.png";
definedAliases = ["@sp" "@startpage"];
};
"Noogle" = {
urls = singleton {template = "https://noogle.dev/q?term={searchTerms}";};
iconsUpdateURL = "https://noogle.dev/favicon.png";
definedAliases = ["@nx" "@noogle"];
};
"Nix Documentation" = {
urls = singleton {template = "https://nix.dev/search.html?q={searchTerms}";};
iconsUpdateURL = "https://nix.dev/_static/favicon.png";
Expand Down

0 comments on commit 467a45f

Please sign in to comment.