Fix search engine name
This commit is contained in:
parent
a731e61c09
commit
982b0ccc48
1 changed files with 1 additions and 2 deletions
|
@ -63,7 +63,7 @@ in
|
|||
};
|
||||
profiles.default = {
|
||||
search.force = true;
|
||||
search.default = "Google";
|
||||
search.default = "google";
|
||||
search.engines = {
|
||||
"Searx" = {
|
||||
urls = [
|
||||
|
@ -79,7 +79,6 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
bookmarks = [ ];
|
||||
extensions = [ ];
|
||||
userChrome = builtins.readFile ./userchrome.css;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue