dotfiles/home/modules/firefox/config/bookmarks/config/shopping.nix
2024-12-06 21:48:52 -06:00

48 lines
1.1 KiB
Nix
Executable file

{
name = "Shopping";
toolbar = false;
bookmarks = [
{
name = "Amazon";
url = "https://www.amazon.ca";
tags = ["amazon" "shopping" "supply"];
keyword = "Amazon";
}
{
name = "Door Dash";
url = "https://www.doordash.com";
tags = ["doordash" "door" "dash" "food"];
keyword = "Amazon";
}
{
name = "Fiverr";
url = "https://www.fiverr.com";
tags = ["fiverr" "graphic" "design"];
keyword = "Five";
}
{
name = "FTY Supplies";
url = "https://fytsupplies.ca";
tags = ["tattoo tat" "fyt" "shopping" "supply"];
keyword = "FYT";
}
{
name = "Skip the Dishes";
url = "https://www.skipthedishes.com";
tags = ["skip" "dishes" "food"];
keyword = "Skip";
}
{
name = "Uber Eats";
url = "https://www.ubereats.com";
tags = ["uber" "eats" "food"];
keyword = "Uber";
}
{
name = "TatSoul";
url = "https://www.tatsoul.com";
tags = ["tattoo" "tat" "tatsoul" "shopping" "supply"];
keyword = "TatSoul";
}
];
}