diff --git a/modules/hm/webapp.nix b/modules/hm/webapp.nix index eb9b29e..31910d0 100644 --- a/modules/hm/webapp.nix +++ b/modules/hm/webapp.nix @@ -44,17 +44,18 @@ let { link = "https://play.google.com/books"; desktopName = "Google Play Books"; - categories = [ - "Office" - "Viewer" - ]; + categories = [ "Office" "Viewer" ]; + } + { + link = "https://outlook.microsoft.com"; + desktopName = "Microsoft Outlook"; + categories = [ "Office" ]; + } + { + link = "https://teams.microsoft.com"; + desktopName = "Microsoft Teams"; + categories = [ "Office" ]; } - # { - # link = "https://teams.microsoft.com"; - # desktopName = "Microsoft Teams"; - # categories = [ "Office" ]; - # cmd = chrome-cmd; - # } { link = "https://monkeytype.com/"; desktopName = "Monkeytype";