Compare commits

..

No commits in common. "45d223f3ff545200612d591b0906dad3b9373d05" and "70d06a3ac6b775b0988579d2e90eeaf7277fc1ae" have entirely different histories.

View file

@ -16,7 +16,10 @@
proton.primary = lib.mkForce false; proton.primary = lib.mkForce false;
outlook.primary = lib.mkForce true; outlook.primary = lib.mkForce true;
}; };
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON { xdg.configFile = {
"autostart/twinkle.desktop".source = "${pkgs.twinkle}/share/applications/twinkle.desktop";
"autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop";
"teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true; awayOnSystemIdle = true;
closeAppOnCross = false; closeAppOnCross = false;
followSystemTheme = true; followSystemTheme = true;
@ -24,4 +27,5 @@
optInTeamsV2 = true; optInTeamsV2 = true;
spellCheckerLanguages = [ "en_GB" ]; spellCheckerLanguages = [ "en_GB" ];
}; };
};
} }