Switch to teams for Linux

This commit is contained in:
Filippo Berto 2023-10-06 11:23:00 +02:00
parent ef6405ef14
commit b83249e23f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 7 additions and 5 deletions

View file

@ -4,11 +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 = "Microsoft Teams";
# link = "https://teams.microsoft.com";
# categories = [ "Office" ];
# }
{
desktopName = "Chess.com";
link = "https://chess.com";