9 lines
182 B
Nix
9 lines
182 B
Nix
|
{
|
||
|
awayOnSystemIdle = true;
|
||
|
closeAppOnCross = true;
|
||
|
followSystemTheme = true;
|
||
|
notificationMethod = "electron";
|
||
|
optInTeamsV2 = true;
|
||
|
spellCheckerLanguages = [ "en_GB" ];
|
||
|
}
|