Remove teams-for-linux

Firefox teams seems to support video calls now
This commit is contained in:
Evie Litherland-Smith 2025-01-31 09:00:30 +00:00
parent aba6ec3577
commit b5f35b8d3b

View file

@ -6,10 +6,7 @@
}:
{
services.samba.enable = true;
environment.systemPackages = with pkgs; [
teams-for-linux
twinkle
];
environment.systemPackages = with pkgs; [ twinkle ];
home-manager.users.${username} =
{ config, ... }:
{
@ -22,16 +19,5 @@
proton.primary = lib.mkForce false;
outlook.primary = lib.mkForce true;
};
xdg.configFile."teams-for-linux/config.json" = {
force = true;
text = builtins.toJSON {
awayOnSystemIdle = true;
closeAppOnCross = false;
followSystemTheme = true;
notificationMethod = "electron";
optInTeamsV2 = true;
spellCheckerLanguages = [ "en_GB" ];
};
};
};
}