mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
worked on bookmarks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user