mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
firefox: add home manager option search
This commit is contained in:
parent
d3635720d1
commit
a7e608daca
@ -127,6 +127,13 @@
|
|||||||
definedAliases = [ "@no" ];
|
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" = {
|
"Startpage" = {
|
||||||
urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }];
|
urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }];
|
||||||
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png";
|
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png";
|
||||||
|
Loading…
Reference in New Issue
Block a user