From ffc18ecd1db1eef302a556dd48466b2c5718f85f Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:46:06 +0100 Subject: [PATCH] worked on bookmarks --- README.md | 1 + modules/home-manager/librewolf.nix | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 04faf63..dd2eeed 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ sudo nixos-rebuild switch --flake ~/nixos/#laptop ### Things that don't work reliably and need manual setting. - Some Librewolf's extension's settings, such as SponsorBlock +- Librewolf's bookmarks diff --git a/modules/home-manager/librewolf.nix b/modules/home-manager/librewolf.nix index b0e6e74..8a64d5f 100644 --- a/modules/home-manager/librewolf.nix +++ b/modules/home-manager/librewolf.nix @@ -287,6 +287,17 @@ }; }; }; + bookmarks = { + force = true; + settings = [ + { + name = "Nixos Config"; + tags = [ "github" ]; + keyword = "github"; + url = "https://github.com/Totorile1/nixos"; + } + ]; + }; search = { force = true; default = "quant";