(modules) desktop/browsers/firefox: i am so stupid

This commit is contained in:
Sakooooo 2024-10-19 14:58:30 +04:00
parent 808fbcfa4e
commit f7c22d963a
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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}";
}];
}];
};