From 11e6661af05f3fd76705724b5721567e6a9b3b52 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sat, 30 May 2026 12:02:23 +0200 Subject: [PATCH] Librewolf: add nix, nixos and nixpkgs manual as bookmark --- modules/applications/browser.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/applications/browser.nix b/modules/applications/browser.nix index 502d09f..0dc2666 100644 --- a/modules/applications/browser.nix +++ b/modules/applications/browser.nix @@ -358,6 +358,24 @@ keyword = "Zero hydra failure orphan packages"; url = "https://zh.fail/failed/by-maintainer/_.html"; } + { + name = "NixOS Manual - Unstable"; + tags = [ "nixos" "manual" "unstable"]; + keyword = "NixOS manual"; + url = "https://nixos.org/manual/nixos/unstable/"; + } + { + name = "Nixpgks Reference Manual - Unstable"; + tags = [ "nixpkgs" "manual" "reference" "unstable" ]; + keyword = "nixpkgs reference manual"; + url = "https://nixos.org/manual/nixpkgs/unstable/"; + } + { + name = "Nix Reference Manual - 2.34."; + tags = [ "nix" "manual" "reference" "2.34"]; + keyword = "nix reference manual"; + url = "https://nix.dev/manual/nix/2.34/nix-2.34.html"; + } ]; }; search = {