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;
|
||||
in {
|
||||
force = true;
|
||||
default = "Brave";
|
||||
default = "google";
|
||||
order = [
|
||||
"Brave"
|
||||
"google"
|
||||
"Brave"
|
||||
"ddg"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue