mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
docs: add toolbar
to firefox bookmarks example (#3889)
This commit adds a clear example of how to get bookmarks into the bookmarks toolbar.
This commit is contained in:
parent
aa03c8a429
commit
5ae849d3c5
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ in {
|
|||
}
|
||||
{
|
||||
name = "Nix sites";
|
||||
toolbar = true;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "homepage";
|
||||
|
|
Loading…
Reference in a new issue