From 5bbcc023d8bb94776effae1ca50f34c72866cc31 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Wed, 22 Jan 2025 08:45:16 +0100 Subject: [PATCH] firefox: added nixvim search --- hosts/strix/configs/firefox.nix | 15 +++++++++++++++ hosts/thinkpad/configs/firefox.nix | 15 +++++++++++++++ 2 files changed, 30 insertions(+) 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 = [