dotfiles/home-manager/modules/firefox/config/bookmarks/config/gaming.nix
2024-11-10 01:29:37 -06:00

36 lines
736 B
Nix
Executable file

{
name = "Gaming";
toolbar = false;
bookmarks = [
{
name = "Battle.net";
url = "https://us.shop.battle.net";
tags = ["battle.net" "battle" "net"];
keyword = "Battle";
}
{
name = "Chess.com";
url = "https://www.chess.com/home";
tags = ["chess"];
keyword = "Chess";
}
{
name = "Lichess";
url = "https://lichess.org";
tags = ["lichess" "chess"];
keyword = "Li";
}
{
name = "ProtonDB";
url = "https://www.protondb.com";
tags = ["steam" "db"];
keyword = "DB";
}
{
name = "SteamDB";
url = "https://steamdb.info";
tags = ["steamdb" "steam" "db"];
keyword = "SteamDB";
}
];
}