diff --git a/hosts/strix/configs/firefox.nix b/hosts/strix/configs/firefox.nix index b084ae8..0b1f527 100644 --- a/hosts/strix/configs/firefox.nix +++ b/hosts/strix/configs/firefox.nix @@ -71,6 +71,21 @@ } ]; }; + "Nixvim" = { + definedAliases = [ "@nv" ]; + urls = [ + { + template = "https://nix-community.github.io/nixvim/search/"; + params = [ + { + name = "query"; + value = "{searchTerms}"; + } + + ]; + } + ]; + }; "Home Manager" = { definedAliases = [ "@hm" ]; urls = [ diff --git a/hosts/thinkpad/configs/firefox.nix b/hosts/thinkpad/configs/firefox.nix index 219a8af..9188877 100644 --- a/hosts/thinkpad/configs/firefox.nix +++ b/hosts/thinkpad/configs/firefox.nix @@ -71,6 +71,21 @@ } ]; }; + "Nixvim" = { + definedAliases = [ "@nv" ]; + urls = [ + { + template = "https://nix-community.github.io/nixvim/search/"; + params = [ + { + name = "query"; + value = "{searchTerms}"; + } + + ]; + } + ]; + }; "Home Manager" = { definedAliases = [ "@hm" ]; urls = [