Add chess.com webapp

This commit is contained in:
Filippo Berto 2023-02-15 13:41:45 +01:00
parent b22f0fc72b
commit 28f19052a8
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -4,6 +4,11 @@ let
# cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
cmd = link: "firefox --new-window ${link}";
links = [
{
desktopName = "Chess.com";
link = "https://chess.com";
categories = [ "Game" ];
}
{
desktopName = "Google Calendar";
link = "https://google.com/calendar";
@ -28,6 +33,7 @@ let
{
desktopName = "Monkeytype";
link = "https://monkeytype.com/";
categories = [ "Game" ];
}
{
desktopName = "Netflix";