diff options
Diffstat (limited to 'hm')
| -rw-r--r-- | hm/editors/nixvim/nixvim.nix | 2 | ||||
| -rw-r--r-- | hm/env/cursor.nix | 2 | ||||
| -rw-r--r-- | hm/soft/browser.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hm/editors/nixvim/nixvim.nix b/hm/editors/nixvim/nixvim.nix index 835556a..b623f75 100644 --- a/hm/editors/nixvim/nixvim.nix +++ b/hm/editors/nixvim/nixvim.nix @@ -144,7 +144,7 @@ in plugins = { overseer.enable = true; - neotest.enable = true; + # neotest.enable = true; tiny-inline-diagnostic = { enable = true; diff --git a/hm/env/cursor.nix b/hm/env/cursor.nix index 7b09f43..eda8f55 100644 --- a/hm/env/cursor.nix +++ b/hm/env/cursor.nix @@ -10,7 +10,7 @@ let miyabi-src = pkgs.fetchgit { url = "https://codeberg.org/adikro/nixos-resources.git"; rev = "refs/heads/main"; - sha256 = "sha256-4VxeajQFrZivYbJQ1ERPm18Isnf91tiCK5SAJydHfQc="; + sha256 = "sha256-5kIAyW/dQ2qrqrP6ekwFfpV7a1kBa+YvPGMWj2HWYhE="; fetchLFS = true; }; 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}"; } ]; |
