Skip to content

Commit

Permalink
librewolf: add searchix search engine
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Sep 28, 2024
1 parent df333f0 commit 0a9a79a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions modules/home/librewolf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in {
"Noogle" = {
urls = singleton {template = "https://noogle.dev/q?term={searchTerms}";};
iconsUpdateURL = "https://noogle.dev/favicon.png";
definedAliases = ["@nx" "@noogle"];
definedAliases = ["@ng" "@noogle"];
};
"Nix Documentation" = {
urls = singleton {template = "https://nix.dev/search.html?q={searchTerms}";};
Expand All @@ -48,15 +48,19 @@ in {
iconUpdateURL = "https://search.nixos.org/favicon.png";
definedAliases = ["@nxp" "@nixpackages"];
};
"Searchix" = {
urls = singleton {template = "https://searchix.alanpearce.eu/all/search?query={searchTerms}";};
definedAliases = ["@sx" "@searchix"];
};
"NixOS Options" = {
urls = singleton {template = "https://search.nixos.org/options?query={searchTerms}";};
iconUpdateURL = "https://search.nixos.org/favicon.png";
definedAliases = ["@nxo" "@nixosops"];
definedAliases = ["@noo" "@nixosops"];
};
"NixOS Wiki" = {
urls = singleton {template = "https://nixos.wiki/index.php?search={searchTerms}";};
iconUpdateURL = "https://nixos.wiki/favicon.png";
definedAliases = ["@nxw" "@nixoswiki"];
definedAliases = ["@now" "@nixoswiki"];
};
"Home Manager Options" = {
urls = singleton {template = "https://home-manager-options.extranix.com/?query={searchTerms}";};
Expand Down

0 comments on commit 0a9a79a

Please sign in to comment.