mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: remove Kagi as default search engine
This commit is contained in:
parent
a8e3f5887b
commit
14f9bbf832
3 changed files with 16 additions and 8 deletions
|
|
@ -85,8 +85,10 @@ in
|
|||
};
|
||||
|
||||
search = {
|
||||
default = "Kagi";
|
||||
privateDefault = "Kagi";
|
||||
# default = "Kagi";
|
||||
default = "Google";
|
||||
# privateDefault = "Kagi";
|
||||
privateDefault = "Google";
|
||||
engines = {
|
||||
"Kagi" = {
|
||||
urls = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue