Add chess.com webapp
This commit is contained in:
parent
b22f0fc72b
commit
28f19052a8
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue