diff options
Diffstat (limited to 'hm/soft/browser.nix')
| -rw-r--r-- | hm/soft/browser.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soft/browser.nix b/hm/soft/browser.nix index c5184fe..7223b27 100644 --- a/hm/soft/browser.nix +++ b/hm/soft/browser.nix @@ -47,7 +47,7 @@ in "OmniSearch" = { urls = [ { template = "http://omnisearch.local:8087/search?q={searchTerms}"; } ]; - definedAliases = [ "@omni" ]; + definedAliases = [ "@o" ]; }; "SearXNG" = { urls = [ { template = "https://sxng.violets-purgatory.dev/search?q={searchTerms}"; } ]; |
