5be9aa417a
This resolves the error The option `accounts.email.accounts.xyz.neomutt.sendMailCommand` is defined both null and not null, in `…/home-manager/modules/accounts/email.nix' and `…/home-manager/modules/accounts/email.nix'. that would occur previously when both neomutt and msmtp were enabled for an account.
5 lines
87 B
Nix
5 lines
87 B
Nix
{
|
|
neomutt-simple = ./neomutt.nix;
|
|
neomutt-with-msmtp = ./neomutt-with-msmtp.nix;
|
|
}
|