Outlook update seems to have broken davmail outside the VPN, so removed from personal computers. Removed accountEnabled let var and just tie account activation to mu status.
15 lines
364 B
Nix
15 lines
364 B
Nix
{...}: {
|
|
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
|
accounts.email.accounts = {
|
|
proton.primary = false;
|
|
outlook = {
|
|
primary = true;
|
|
mu.enable = true;
|
|
};
|
|
};
|
|
wayland.windowManager.hyprland.settings = {
|
|
misc.force_default_wallpaper = 0;
|
|
monitor = ["desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5"];
|
|
};
|
|
}
|