From dc3eaf04c064ea254e30b06e21b8bcf0045971e5 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sat, 30 May 2026 15:16:32 +0200 Subject: [PATCH] Librewolf: add bookmark nixpkgs PRs --- modules/applications/browser.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/applications/browser.nix b/modules/applications/browser.nix index 368406d..3fdc1f0 100644 --- a/modules/applications/browser.nix +++ b/modules/applications/browser.nix @@ -308,6 +308,12 @@ bookmarks = { force = true; settings = [ + { + name = "Nixpkgs PRs"; + tags = ["nixpkgs" "PR" "github"]; + keyword = "nixpkgs prs"; + url = "https://github.com/NixOS/nixpkgs/pulls"; + } { name = "Nixos Config"; tags = ["github"];