From 4e869e2a39e20c0a6c184feac44b7eef30939842 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 31 Mar 2025 19:13:04 -0500 Subject: [PATCH] feat: added bookmarks --- .../config/bookmarks/config/shopping.nix | 25 +++++-------------- .../config/bookmarks/config/socialMedia.nix | 9 +++++++ 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/shopping.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/shopping.nix index 871c0e3..5bfb498 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/shopping.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/shopping.nix @@ -34,15 +34,14 @@ keyword = "Five"; } { - name = "FTY Supplies"; - url = "https://fytsupplies.ca"; + name = "Instacart"; + url = "https://www.instacart.ca"; tags = [ - "tattoo tat" - "fyt" - "shopping" - "supply" + "instacart" + "food" + "grocery" ]; - keyword = "FYT"; + keyword = "Instacart"; } { name = "Skip the Dishes"; @@ -64,17 +63,5 @@ ]; keyword = "Uber"; } - { - name = "TatSoul"; - url = "https://www.tatsoul.com"; - tags = [ - "tattoo" - "tat" - "tatsoul" - "shopping" - "supply" - ]; - keyword = "TatSoul"; - } ]; } diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix index d83ad21..27839b6 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/socialMedia.nix @@ -71,6 +71,15 @@ in ]; keyword = "Lem"; } + { + name = "Instagram"; + url = "https://www.instagram.com/"; + tags = [ + "instagram" + "insta" + ]; + keyword = "IG"; + } { name = "OnlyFans"; url = "https://onlyfans.com";