Fix search engine name

This commit is contained in:
Andrea Ciceri 2025-03-27 15:33:50 +01:00
parent a731e61c09
commit 982b0ccc48
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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;
};