Set anyrun websearch to use DuckDuckGo
This commit is contained in:
parent
2bd6193286
commit
59e01a0d9f
|
@ -20,7 +20,21 @@
|
|||
hidePluginInfo = 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; ''
|
||||
* {
|
||||
all: unset;
|
||||
|
|
Loading…
Reference in a new issue