diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/tools.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/tools.nix index 84e5a63..eeb9f88 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/tools.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/tools.nix @@ -2,6 +2,24 @@ name = "Tools"; toolbar = false; bookmarks = [ + { + name = "Google Docs"; + url = "https://docs.google.com"; + tags = [ + "google" + "docs" + ]; + keyword = "Docs"; + } + { + name = "Google Sheets"; + url = "https://sheets.google.com"; + tags = [ + "google" + "sheets" + ]; + keyword = "Sheets"; + } { name = "Mullvad"; url = "https://mullvad.net";