worked on bookmarks

This commit is contained in:
Tomas Rivera
2026-03-05 17:46:06 +01:00
parent 9e99b65ff7
commit ffc18ecd1d
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -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
+11
View File
@@ -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";