mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
Compare commits
2 commits
31e26cfe37
...
a4c6c0424f
| Author | SHA1 | Date | |
|---|---|---|---|
| a4c6c0424f | |||
| ffcadcd9ad |
1 changed files with 9 additions and 1 deletions
|
|
@ -28,12 +28,20 @@ in
|
|||
"searx.plugins.calculator.SXNGPlugin".active = true;
|
||||
"searx.plugins.infinite_scroll.SXNGPlugin".active = true;
|
||||
"searx.plugins.self_info.SXNGPlugin".active = true;
|
||||
"searx.plugins.hostnames.SXNGPlugin".active = true;
|
||||
};
|
||||
search = {
|
||||
autocomplete = "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