From f28845629d8c88dd4b024714bf1f468d6c8d0b37 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 21 Apr 2025 13:55:02 -0500 Subject: [PATCH] feat: added Google Sheets and Docs --- .../floorp/config/bookmarks/config/tools.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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";