Fix spacing in browser.nix

This commit is contained in:
Tyler Starr 2023-11-24 16:56:51 -08:00
parent 23e5cd9627
commit 492d2d933c

View File

@ -46,7 +46,7 @@ in {
]; ];
# Setup bookmarks # Setup bookmarks
"BookmarkBarEnabled" = true; "BookmarkBarEnabled" = true;
"ShowAppsShortcutInBookmarkBar" = false; "ShowAppsShortcutInBookmarkBar" = false;
"ManagedBookmarks" = [ "ManagedBookmarks" = [
{ "toplevel_name" = "Bookmarks"; } { "toplevel_name" = "Bookmarks"; }