Files
NixOS/modules/servers/homepage/bookmarks/shopping.nix

45 lines
666 B
Nix

{
"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/";
}
];
}
];
}