(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";
|
"${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
urls = [{
|
urls = [{
|
||||||
template =
|
template =
|
||||||
"https://home-manager-options.extranix.com/release=master";
|
"https://home-manager-options.extranix.com/?release=master";
|
||||||
params = [{
|
params = [{
|
||||||
name = "query";
|
name = "query";
|
||||||
value = "{searchTerms}";
|
value = "{searchTerms}";
|
||||||
|
@ -79,7 +79,7 @@ in {
|
||||||
template = "https://search.sako.box/search";
|
template = "https://search.sako.box/search";
|
||||||
params = [{
|
params = [{
|
||||||
name = "q";
|
name = "q";
|
||||||
value = "searchTerms";
|
value = "{searchTerms}";
|
||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue