Remove teams-for-linux
Firefox teams seems to support video calls now
This commit is contained in:
parent
aba6ec3577
commit
b5f35b8d3b
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue