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