diff --git a/instances/odin/hm.nix b/instances/odin/hm.nix index e6ef28e..ac1db21 100644 --- a/instances/odin/hm.nix +++ b/instances/odin/hm.nix @@ -37,6 +37,7 @@ # slack spotify tdesktop + teams-for-linux thunderbird transmission-gtk # wineFull diff --git a/instances/thor/hm.nix b/instances/thor/hm.nix index 136ded0..8ac584c 100644 --- a/instances/thor/hm.nix +++ b/instances/thor/hm.nix @@ -36,6 +36,7 @@ # slack spotify tdesktop + teams-for-linux thunderbird transmission-gtk # wineFull diff --git a/modules/hm/webapp.nix b/modules/hm/webapp.nix index 15d52e0..2b90cd1 100644 --- a/modules/hm/webapp.nix +++ b/modules/hm/webapp.nix @@ -38,12 +38,12 @@ let desktopName = "Google Play Books"; categories = [ "Office" "Viewer" ]; } - { - link = "https://teams.microsoft.com"; - desktopName = "Microsoft Teams"; - categories = [ "Office" ]; - cmd = chrome-cmd; - } + # { + # link = "https://teams.microsoft.com"; + # desktopName = "Microsoft Teams"; + # categories = [ "Office" ]; + # cmd = chrome-cmd; + # } { link = "https://monkeytype.com/"; desktopName = "Monkeytype";