mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: changed home-manager to home
This commit is contained in:
parent
6196e80d62
commit
1ebb8a8ed3
257 changed files with 1 additions and 1 deletions
42
home/modules/firefox/config/bookmarks/config/shopping.nix
Executable file
42
home/modules/firefox/config/bookmarks/config/shopping.nix
Executable file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
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 = "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";
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue