From 45e69ff8bb8bc2fa1b7f53a6f57ad668b56adae3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 14 Apr 2025 15:39:41 +0200 Subject: [PATCH] Disable teams and outlook webapps --- modules/hm/webapp.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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";