mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
librewolf: Add Japanese search engine
This commit is contained in:
parent
ac84cee715
commit
648bdf156a
@ -45,6 +45,22 @@ in
|
||||
|
||||
icon = "${pkgs.mullvad-vpn}/share/icons/hicolor/32x32/apps/mullvad-vpn.png";
|
||||
};
|
||||
|
||||
"goo.ne.jp" = {
|
||||
urls = singleton {
|
||||
template = "https://search.goo.ne.jp/web.jsp";
|
||||
|
||||
params = singleton {
|
||||
name = "MT";
|
||||
value = "{searchTerms}";
|
||||
};
|
||||
};
|
||||
|
||||
icon = pkgs.fetchurl {
|
||||
url = "https://search.goo.ne.jp/favicon.ico";
|
||||
hash = "sha256-luYqjziIpHgIJPbryjFjera3Fdbbj/fO6SNyDbnEZj0=";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user