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 = {
|
profiles.default = {
|
||||||
search.force = true;
|
search.force = true;
|
||||||
search.default = "Google";
|
search.default = "google";
|
||||||
search.engines = {
|
search.engines = {
|
||||||
"Searx" = {
|
"Searx" = {
|
||||||
urls = [
|
urls = [
|
||||||
|
@ -79,7 +79,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
bookmarks = [ ];
|
|
||||||
extensions = [ ];
|
extensions = [ ];
|
||||||
userChrome = builtins.readFile ./userchrome.css;
|
userChrome = builtins.readFile ./userchrome.css;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue