Webapps: add Microsoft Teams
This commit is contained in:
parent
50f6c026dd
commit
bdc732a017
1 changed files with 5 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 = "Microsoft Teams";
|
||||
link = "https://teams.microsoft.com";
|
||||
categories = [ "Office" ];
|
||||
}
|
||||
{
|
||||
desktopName = "Chess.com";
|
||||
link = "https://chess.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue