diff --git a/config/search/engines.nix b/config/search/engines.nix index 6b112de..49a6cfd 100644 --- a/config/search/engines.nix +++ b/config/search/engines.nix @@ -4,9 +4,6 @@ name: value: {inherit name;} // value ) { # unnecessary - "wiby".inactive = true; - "bandcamp".inactive = true; - "github".inactive = true; "dictzone".inactive = true; "lingva".inactive = true; "mymemory translated".inactive = true; @@ -57,6 +54,7 @@ "chefkoch".inactive = true; "destatis".inactive = true; # big brother + "google".inactive = true; "google play movies".inactive = true; "google play apps".inactive = true; "google news".inactive = true; @@ -64,6 +62,7 @@ "google videos".inactive = true; "google scholar".inactive = true; "youtube".inactive = true; + "bing".inactive = true; "bing images".inactive = true; "bing videos".inactive = true; "bing news".inactive = true; @@ -84,12 +83,15 @@ "library genesis".inactive = true; "openrepos".inactive = true; "tokyotoshokan".inactive = true; + "duckduckgo".inactive = true; "duckduckgo images".inactive = true; "duckduckgo videos".inactive = true; "duckduckgo news".inactive = true; "duckduckgo weather".inactive = true; + "mojeek".inactive = true; "mojeek images".inactive = true; "mojeek news".inactive = true; + "qwant".inactive = true; "qwant images".inactive = true; "qwant videos".inactive = true; "qwant news".inactive = true; @@ -152,15 +154,13 @@ "crossref".inactive = true; "wikidata".inactive = true; - # enabled - general - "mojeek".disabled = false; + # enabled + "wiby".disabled = false; + "bandcamp".disabled = false; "startpage".disabled = false; - "qwant".disabled = false; + "github".disabled = false; "mulvaddelta".disabled = false; - "duckduckgo".disabled = false; "mulvaddelta brave".disabled = false; "brave".disabled = false; - "google".disabled = false; - "bing".disabled = false; }; }