diff --git a/hm_modules/webapp.nix b/hm_modules/webapp.nix index 1997dc5..321bd1f 100644 --- a/hm_modules/webapp.nix +++ b/hm_modules/webapp.nix @@ -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";