From 036f269233720f94d1099a24a07cb8b8c8a4137e Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 3 Jan 2025 00:30:16 -0500 Subject: [PATCH] ~ --- nixos/home/firefox.nix | 48 ++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/nixos/home/firefox.nix b/nixos/home/firefox.nix index 8594693..68fbe0d 100644 --- a/nixos/home/firefox.nix +++ b/nixos/home/firefox.nix @@ -64,35 +64,41 @@ }; bookmarks = [ { - name = "Nix sites"; + name = "bar"; toolbar = true; 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/"; } ]; } - { - name = "Pinky & Pepper Forever"; - url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/"; - } ]; search = { default = "DuckDuckGo";