Set anyrun websearch to use DuckDuckGo

This commit is contained in:
Evie Litherland-Smith 2023-10-19 08:42:38 +01:00
parent 2bd6193286
commit 59e01a0d9f

View file

@ -20,7 +20,21 @@
hidePluginInfo = true; hidePluginInfo = true;
closeOnClick = true; closeOnClick = true;
}; };
extraConfigFiles."websearch.ron".text = ''
Config(
prefix: "!",
// Options: Google, Ecosia, Bing, DuckDuckGo, Custom
//
// Custom engines can be defined as such:
// Custom(
// name: "Searx",
// url: "searx.be/?q={}",
// )
//
// NOTE: `{}` is replaced by the search query and `https://` is automatically added in front.
engines: [DuckDuckGo]
)
'';
extraCss = with config.lib.stylix.colors.withHashtag; '' extraCss = with config.lib.stylix.colors.withHashtag; ''
* { * {
all: unset; all: unset;