diff options
| author | adikro <adikro@disroot.org> | 2026-03-23 16:12:29 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-23 16:12:29 +0100 |
| commit | 1d40f7be90fa740ce34d7c0873b4acf205bca06a (patch) | |
| tree | 99aa7a59039b655dbb03e0e8508c3070daaf2fce /hm/soft | |
| parent | 08e25c159d9d948a66488b807d9f30712ef9d2b6 (diff) | |
thinkpad stuff
Diffstat (limited to 'hm/soft')
| -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}"; } ]; |
