Revert "Don't autostart twinkle or teams"
This reverts commit 84f0d90de1
.
This commit is contained in:
parent
02c5522870
commit
94018dba5a
|
@ -16,12 +16,16 @@
|
||||||
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 = {
|
||||||
awayOnSystemIdle = true;
|
"autostart/twinkle.desktop".source = "${pkgs.twinkle}/share/applications/twinkle.desktop";
|
||||||
closeAppOnCross = false;
|
"autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop";
|
||||||
followSystemTheme = true;
|
"teams-for-linux/config.json".text = builtins.toJSON {
|
||||||
notificationMethod = "electron";
|
awayOnSystemIdle = true;
|
||||||
optInTeamsV2 = true;
|
closeAppOnCross = false;
|
||||||
spellCheckerLanguages = [ "en_GB" ];
|
followSystemTheme = true;
|
||||||
|
notificationMethod = "electron";
|
||||||
|
optInTeamsV2 = true;
|
||||||
|
spellCheckerLanguages = [ "en_GB" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue