Add teams-for-linux config file back

This commit is contained in:
Evie Litherland-Smith 2024-06-12 10:44:53 +01:00
parent 3c9b3dfcac
commit 5779833787

View file

@ -18,4 +18,13 @@
proton.primary = lib.mkForce false;
outlook.primary = lib.mkForce true;
};
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true;
closeAppOnCross = true;
electronCLIFlags = lib.mkIf config.wayland.windowManager.sway.enable [["ozone-platform" "wayland"]];
followSystemTheme = true;
notificationMethod = "electron";
optInTeamsV2 = true;
spellCheckerLanguages = ["en_GB"];
};
}