diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-03 16:45:57 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-03 16:45:57 +0300 |
commit | f19b1ca98cde69a3d58c467d16d6a7ba3d7ffbcd (patch) | |
tree | 55b42fbafe17f2efd3696fe994131936920ede14 /modules/firefox | |
parent | 2024-08-03 (diff) |
2024-08-03
Diffstat (limited to '')
-rw-r--r-- | modules/firefox/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/firefox/default.nix b/modules/firefox/default.nix index b05443b..d51bd66 100644 --- a/modules/firefox/default.nix +++ b/modules/firefox/default.nix @@ -143,7 +143,7 @@ in default = "DuckDuckGo"; order = [ "DuckDuckGo" - "Yahoo" + "Yandex" "Google" ]; @@ -398,11 +398,11 @@ in ]; }; - "Yahoo" = { - urls = [ { template = "https://yahoo.com/search/?text={searchTerms}"; } ]; - icon = getIcon "https://yahoostatic.net/s3/web4static/_/v2/oxjfXL1EO-B5Arm80ZrL00p0al4.png" "sha256-gvYh4oCZEO7BL2QZ6QvQFlmFiP2L4SLJrxAsKFcG6G4="; + "Yandex" = { + urls = [ { template = "https://yandex.ru/search/?text={searchTerms}"; } ]; + icon = getIcon "https://yastatic.net/s3/web4static/_/v2/oxjfXL1EO-B5Arm80ZrL00p0al4.png" "sha256-gvYh4oCZEO7BL2QZ6QvQFlmFiP2L4SLJrxAsKFcG6G4="; definedAliases = [ - "@yahoo" + "@yandex" "@ya" ]; }; |