feat: updated floorp paths

This commit is contained in:
Nick 2025-04-16 12:33:47 -05:00
parent 7b0eb4130f
commit 25b8125162
3 changed files with 9 additions and 6 deletions

View file

@ -30,5 +30,8 @@ let
aggregatedBookmarks = regularBookmarks ++ flakedBookmarks;
in
{
bookmarks = aggregatedBookmarks;
bookmarks = {
force = true;
settings = aggregatedBookmarks;
};
}