From b83249e23fd82f6943d8dcc460fe3e9a6429d730 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 6 Oct 2023 11:23:00 +0200 Subject: [PATCH] Switch to teams for Linux --- instances/odin/hm.nix | 1 + instances/thor/hm.nix | 1 + modules/hm/webapp.nix | 10 +++++----- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/instances/odin/hm.nix b/instances/odin/hm.nix index 675d319..76f376e 100644 --- a/instances/odin/hm.nix +++ b/instances/odin/hm.nix @@ -46,6 +46,7 @@ retroarchFull spotify tdesktop + teams-for-linux thunderbird transmission-gtk virt-manager diff --git a/instances/thor/hm.nix b/instances/thor/hm.nix index a929fc5..3687c94 100644 --- a/instances/thor/hm.nix +++ b/instances/thor/hm.nix @@ -50,6 +50,7 @@ retroarchFull spotify tdesktop + teams-for-linux thunderbird transmission-gtk virt-manager diff --git a/modules/hm/webapp.nix b/modules/hm/webapp.nix index 23f80a2..58c6c12 100644 --- a/modules/hm/webapp.nix +++ b/modules/hm/webapp.nix @@ -4,11 +4,11 @@ let # cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}"; cmd = link: "firefox --new-window ${link}"; links = [ - { - desktopName = "Microsoft Teams"; - link = "https://teams.microsoft.com"; - categories = [ "Office" ]; - } + # { + # desktopName = "Microsoft Teams"; + # link = "https://teams.microsoft.com"; + # categories = [ "Office" ]; + # } { desktopName = "Chess.com"; link = "https://chess.com";