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: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
||||||
cmd = link: "firefox --new-window ${link}";
|
cmd = link: "firefox --new-window ${link}";
|
||||||
links = [
|
links = [
|
||||||
|
{
|
||||||
|
desktopName = "Chess.com";
|
||||||
|
link = "https://chess.com";
|
||||||
|
categories = [ "Game" ];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Google Calendar";
|
desktopName = "Google Calendar";
|
||||||
link = "https://google.com/calendar";
|
link = "https://google.com/calendar";
|
||||||
|
|
@ -28,6 +33,7 @@ let
|
||||||
{
|
{
|
||||||
desktopName = "Monkeytype";
|
desktopName = "Monkeytype";
|
||||||
link = "https://monkeytype.com/";
|
link = "https://monkeytype.com/";
|
||||||
|
categories = [ "Game" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Netflix";
|
desktopName = "Netflix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue