fix syntax

This commit is contained in:
2024-10-24 22:04:30 -05:00
parent db406f4571
commit 51a6ef95bf
2 changed files with 25 additions and 20 deletions

View File

@@ -17,9 +17,14 @@
bookmarks = [
{
name = "NixOS Search - Packages";
url = "https://search.nixos.org/packages";
name = "toolbar";
toolbar = true;
bookmarks = [
{
name = "NixOS Search - Packages";
url = "https://search.nixos.org/packages";
}
];
}
];