mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
searxng: Add high priority domains
This commit is contained in:
parent
ffcadcd9ad
commit
a4c6c0424f
1 changed files with 8 additions and 1 deletions
|
|
@ -34,7 +34,14 @@ in
|
||||||
autocomplete = "duckduckgo";
|
autocomplete = "duckduckgo";
|
||||||
favicon_resolver = "duckduckgo";
|
favicon_resolver = "duckduckgo";
|
||||||
};
|
};
|
||||||
hostnames.remove = [ ''(.*\.)?nixos.wiki'' ];
|
hostnames = {
|
||||||
|
remove = [ "(.*\.)?nixos.wiki$" ];
|
||||||
|
high_priority = [
|
||||||
|
"(.*\.)?reddit.com$"
|
||||||
|
"(.*\.)?nixos.org$"
|
||||||
|
"(.*\.)archlinux.org$"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue