summaryrefslogtreecommitdiff
path: root/modules/qutebrowser.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/qutebrowser.nix')
-rw-r--r--modules/qutebrowser.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/qutebrowser.nix b/modules/qutebrowser.nix
index 36a71e7..6ba7c07 100644
--- a/modules/qutebrowser.nix
+++ b/modules/qutebrowser.nix
@@ -84,9 +84,9 @@ in
wikipedia-ru = "https://ru.wikipedia.org/w/index.php?search={}";
wikipedia-ja = "https://ja.wikipedia.org/w/index.php?search={}";
wolphramalpha = "https://www.wolframalpha.com/input/?i={}";
- yahoo = "https://yahoo.com/search/?text={}";
- yahoo-images = "https://yahoo.com/images/search?text={}";
- yahoo-market = "https://market.yahoo.com/search?text={}";
+ yandex = "https://yandex.ru/search/?text={}";
+ yandex-images = "https://yandex.ru/images/search?text={}";
+ yandex-market = "https://market.yandex.ru/search?text={}";
youtube = "https://yewtu.be/search?q={}";
aw = arch;
@@ -110,7 +110,7 @@ in
wen = wikipedia-en;
wja = wikipedia-ja;
wru = wikipedia-ru;
- y = yahoo;
+ y = yandex;
yt = youtube;
};