Skip to content

Commit

Permalink
Add Harke Search search engine
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jun 20, 2024
1 parent e046b57 commit 4370e4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 11 additions & 1 deletion home/programs/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,18 @@ in
};
};
search = {
default = "DuckDuckGo";
default = "Harke Search";
engines = {
"Harke Search" = {
urls = [{
template = "https://search.harke.ch/search";
params = [
{ name = "q"; value = "{searchTerms}"; }
];
}];
icon = ./icons/search.harke.ch.svg;
};

"Nix Packages" = {
urls = [{
template = "https://search.nixos.org/packages";
Expand Down
2 changes: 2 additions & 0 deletions home/programs/firefox/icons/search.harke.ch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4370e4d

Please sign in to comment.