firefox: add home manager option search

This commit is contained in:
Daniel Langbein 2024-10-22 11:59:31 +02:00
parent d3635720d1
commit a7e608daca
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -127,6 +127,13 @@
definedAliases = [ "@no" ];
};
"Home Manager Options" = {
urls = [{ template = "https://home-manager-options.extranix.com/?query={searchTerms}"; }];
iconUpdateURL = "https://nixos.wiki/favicon.png";
updateInterval = 24 * 60 * 60 * 1000; # Every day
definedAliases = [ "@ho" ];
};
"Startpage" = {
urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }];
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png";