summaryrefslogtreecommitdiff
path: root/aphrodite/search
diff options
context:
space:
mode:
Diffstat (limited to 'aphrodite/search')
-rw-r--r--aphrodite/search/engines.nix27
1 files changed, 12 insertions, 15 deletions
diff --git a/aphrodite/search/engines.nix b/aphrodite/search/engines.nix
index 5d805ad..efde909 100644
--- a/aphrodite/search/engines.nix
+++ b/aphrodite/search/engines.nix
@@ -4,7 +4,6 @@
name: value: {inherit name;} // value
) {
# unnecessary
- "wiby".inactive = true;
"bandcamp".inactive = true;
"github".inactive = true;
"dictzone".inactive = true;
@@ -24,7 +23,6 @@
"alexandria".inactive = true;
"ask".inactive = true;
"crowdview".inactive = true;
- "mwmbl".inactive = true;
"searchmysite".inactive = true;
"stract".inactive = true;
"bpb".inactive = true;
@@ -56,8 +54,9 @@
"yummly".inactive = true;
"chefkoch".inactive = true;
"destatis".inactive = true;
- "wikipedia".inactive = true;
# big brother
+ "google".inactive = true;
+ "bing".inactive = true;
"google play movies".inactive = true;
"google play apps".inactive = true;
"google news".inactive = true;
@@ -146,29 +145,27 @@
"seekr videos".inactive = true;
# censorship
"reuters".inactive = true;
+ "duckduckgo".inactive = true;
# far-right/disinformation/misinformation
"bitchute".inactive = true;
"rumble".inactive = true;
"mulvaddelta".inactive = true;
"mulvaddelta brave".inactive = true;
+ "brave".inactive = true;
# slow
"crossref".inactive = true;
"wikidata".inactive = true;
- # enabled - general
+ # enabled
+ "mwmbl".disabled = false;
+ "mwmbl".weight = 0.9;
"startpage".disabled = false;
- "startpage".weight = 1.0;
+ "startpage".weight = 0.8;
"qwant".disabled = false;
- "qwant".weight = 0.9;
+ "qwant".weight = 0.7;
"mojeek".disabled = false;
- "mojeek".weight = 0.8;
- "duckduckgo".disabled = false;
- "duckduckgo".weight = 0.4;
- "bing".disabled = false;
- "bing".weight = 0.3;
- "brave".disabled = false;
- "brave".weight = 0.2;
- "google".disabled = false;
- "google".weight = 0.1;
+ "mojeek".weight = 0.6;
+ "wiby".disabled = false;
+ "wiby".weight = 0.5;
};
}