diff --git a/modules/hm/webapp.nix b/modules/hm/webapp.nix index e7f36e7..100c5fa 100644 --- a/modules/hm/webapp.nix +++ b/modules/hm/webapp.nix @@ -46,16 +46,16 @@ let desktopName = "Google Play Books"; categories = [ "Office" "Viewer" ]; } - { - link = "https://outlook.office365.com/"; - desktopName = "Outlook"; - categories = [ "Office" ]; - } - { - link = "https://teams.microsoft.com"; - desktopName = "Teams"; - categories = [ "Office" ]; - } + # { + # link = "https://outlook.office365.com/"; + # desktopName = "Outlook"; + # categories = [ "Office" ]; + # } + # { + # link = "https://teams.microsoft.com"; + # desktopName = "Teams"; + # categories = [ "Office" ]; + # } { link = "https://monkeytype.com/"; desktopName = "Monkeytype";