summaryrefslogtreecommitdiff
path: root/modules/firefox
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-08-03 16:45:57 +0300
committerAzat Bahawi <azat@bahawi.net>2024-08-03 16:45:57 +0300
commitf19b1ca98cde69a3d58c467d16d6a7ba3d7ffbcd (patch)
tree55b42fbafe17f2efd3696fe994131936920ede14 /modules/firefox
parentffd1ac27a341de0da4bf63a5da1320ee6d132ae0 (diff)
2024-08-03
Diffstat (limited to 'modules/firefox')
-rw-r--r--modules/firefox/default.nix10
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"
];
};