diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-23 22:21:06 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-23 22:21:06 +0200 |
| commit | 9e0f0021ff63a567082110925f4700b15466db2a (patch) | |
| tree | bfa697bb9e3a97d336fa343e004faaa21d354970 /home/mun/programs/browser.nix | |
| parent | a4bc437a427b6c5d8ef2a3ec319cedb155d14133 (diff) | |
| parent | cc11b4c00f4a37adee7e0c4e50749da6a8abce6b (diff) | |
Merge branch 'main' of 10.0.0.37:/srv/git/NixOS-config
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 = [ { |
