homepage finished, flame deprecated
This commit is contained in:
44
modules/servers/homepage/bookmarks/shopping.nix
Normal file
44
modules/servers/homepage/bookmarks/shopping.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"shopping" = [
|
||||
{
|
||||
amazon = [
|
||||
{
|
||||
abbr = "AM";
|
||||
href = "https://amazon.com.mx/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
cinepolis = [
|
||||
{
|
||||
abbr = "CP";
|
||||
href = "https://cinepolis.com/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
paypal = [
|
||||
{
|
||||
abbr = "PP";
|
||||
href = "https://paypal.com/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
walmart = [
|
||||
{
|
||||
abbr = "WM";
|
||||
href = "https://super.walmart.com.mx/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
mercadolibre = [
|
||||
{
|
||||
abbr = "ML";
|
||||
href = "https://mercadolibre.com.mx/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user