change default search engine to google

This commit is contained in:
xunuwu 2025-04-14 08:24:25 +02:00
parent 71f789a597
commit 7e02ec035f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -7,10 +7,10 @@
inherit (lib) attrsToList singleton;
in {
force = true;
default = "Brave";
default = "google";
order = [
"Brave"
"google"
"Brave"
"ddg"
];