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";