diff options
Diffstat (limited to 'home/mun/programs/browser.nix')
| -rw-r--r-- | home/mun/programs/browser.nix | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/home/mun/programs/browser.nix b/home/mun/programs/browser.nix index 1e702ad..1b7ad6a 100644 --- a/home/mun/programs/browser.nix +++ b/home/mun/programs/browser.nix @@ -5,8 +5,22 @@ profiles.mun = { search = { force = true; - default = "duckduckbleh"; + default = "256phi"; engines = { + "256phi" = { + urls = [ + { + template = "https://search.256phi.eu/search"; + params = [ + { + name = "q"; + value = "{searchTerms}"; + } + ]; + } + ]; + }; + "duckduckbleh" = { urls = [ { |
