mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add firefox search engine
This commit is contained in:
parent
0f32deed8a
commit
9c70e5e849
@ -107,6 +107,13 @@
|
||||
definedAliases = [ "@nw" ];
|
||||
};
|
||||
|
||||
"nixpkgs" = {
|
||||
urls = [{ template = "https://search.nixos.org/packages?query={searchTerms}"; }];
|
||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # Every day
|
||||
definedAliases = [ "@np" ];
|
||||
};
|
||||
|
||||
"Startpage" = {
|
||||
urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }];
|
||||
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png";
|
||||
|
Loading…
Reference in New Issue
Block a user