(modules) desktop/browsers/firefox: i am so stupid
This commit is contained in:
parent
808fbcfa4e
commit
f7c22d963a
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ in {
|
|||
"${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
urls = [{
|
||||
template =
|
||||
"https://home-manager-options.extranix.com/release=master";
|
||||
"https://home-manager-options.extranix.com/?release=master";
|
||||
params = [{
|
||||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
|
@ -79,7 +79,7 @@ in {
|
|||
template = "https://search.sako.box/search";
|
||||
params = [{
|
||||
name = "q";
|
||||
value = "searchTerms";
|
||||
value = "{searchTerms}";
|
||||
}];
|
||||
}];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue