change default search engine to google
This commit is contained in:
parent
71f789a597
commit
7e02ec035f
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
inherit (lib) attrsToList singleton;
|
inherit (lib) attrsToList singleton;
|
||||||
in {
|
in {
|
||||||
force = true;
|
force = true;
|
||||||
default = "Brave";
|
default = "google";
|
||||||
order = [
|
order = [
|
||||||
"Brave"
|
|
||||||
"google"
|
"google"
|
||||||
|
"Brave"
|
||||||
"ddg"
|
"ddg"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue