From bdc732a017ec626ff0e649510b7c2d4eac40dda3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 19 May 2023 10:41:02 +0200 Subject: [PATCH] Webapps: add Microsoft Teams --- hm_modules/webapp.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";