summaryrefslogtreecommitdiff
path: root/hm/soft
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft')
-rw-r--r--hm/soft/browser.nix2
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}"; } ];