From 5a4731177ac624ae70b4664db5d660a89eb83728 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 1 Aug 2023 20:24:53 +0200 Subject: [PATCH] Add nix modules search to firefox --- modules/users/jopejoe1/home.nix | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/modules/users/jopejoe1/home.nix b/modules/users/jopejoe1/home.nix index a612e9e..ceba941 100644 --- a/modules/users/jopejoe1/home.nix +++ b/modules/users/jopejoe1/home.nix @@ -163,6 +163,32 @@ in { name = "type"; value = "packages"; } + { + name = "channel"; + value = "unstable"; + } + { + name = "query"; + value = "{searchTerms}"; + } + ]; + }]; + icon = + "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; + definedAliases = [ "@nm" ]; + }; + "Nix Modules" = { + urls = [{ + template = "https://search.nixos.org/options"; + params = [ + { + name = "type"; + value = "packages"; + } + { + name = "channel"; + value = "unstable"; + } { name = "query"; value = "{searchTerms}";