From 81d70f3e9bf30114d78ecd6836a625d22b0d4f1e Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 3 Jan 2025 00:23:38 -0500 Subject: [PATCH] ~ --- nixos/home/firefox.nix | 51 +++++++++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 16 deletions(-) diff --git a/nixos/home/firefox.nix b/nixos/home/firefox.nix index 298c8b9..8594693 100644 --- a/nixos/home/firefox.nix +++ b/nixos/home/firefox.nix @@ -64,24 +64,34 @@ }; bookmarks = [ { - name = "NixOS search"; - url = "https://search.nixos.org/packages"; + name = "Nix sites"; + toolbar = true; + bookmarks = [ + { + name = "NixOS search"; + url = "https://search.nixos.org/packages"; + } + { + name = "Home Manager search"; + url = "https://home-manager-options.extranix.com/"; + } + { + name = "NUR search"; + url = "https://nur.nix-community.org/"; + } + { + name = "NixOS wiki"; + url = "https://nixos.wiki/"; + } + { + name = "Nix functions"; + url = "https://teu5us.github.io/nix-lib.html"; + } + ]; } { - name = "Home Manager search"; - url = "https://home-manager-options.extranix.com/"; - } - { - name = "NUR search"; - url = "https://nur.nix-community.org/"; - } - { - name = "NixOS wiki"; - url = "https://nixos.wiki/"; - } - { - name = "Nix functions"; - url = "https://teu5us.github.io/nix-lib.html"; + name = "Pinky & Pepper Forever"; + url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/"; } ]; search = { @@ -97,6 +107,15 @@ }]; icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; }; + "Home Manager options" = { + urls = [{ + template = "https://home-manager-options.extranix.com/"; + params = [ + { name = "release"; value = "release-24.11"; } + { name = "query"; value = "{searchTerms}"; } + ]; + }]; + }; "Manpages" = { urls = [{ template = "https://www.mankier.com/";