Disable teams and outlook webapps

This commit is contained in:
Filippo Berto 2025-04-14 15:39:41 +02:00
parent a9182763fa
commit 45e69ff8bb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -46,16 +46,16 @@ let
desktopName = "Google Play Books"; desktopName = "Google Play Books";
categories = [ "Office" "Viewer" ]; categories = [ "Office" "Viewer" ];
} }
{ # {
link = "https://outlook.office365.com/"; # link = "https://outlook.office365.com/";
desktopName = "Outlook"; # desktopName = "Outlook";
categories = [ "Office" ]; # categories = [ "Office" ];
} # }
{ # {
link = "https://teams.microsoft.com"; # link = "https://teams.microsoft.com";
desktopName = "Teams"; # desktopName = "Teams";
categories = [ "Office" ]; # categories = [ "Office" ];
} # }
{ {
link = "https://monkeytype.com/"; link = "https://monkeytype.com/";
desktopName = "Monkeytype"; desktopName = "Monkeytype";