This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
89be0943e1
home-manager
/
tests
/
modules
/
programs
/
neomutt
/
default.nix
5 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
neomutt: fix sendMailCommand when msmtp is enabled 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.
2020-02-16 23:08:37 +01:00
{
neomutt-simple
=
./neomutt.nix
;
neomutt-with-msmtp
=
./neomutt-with-msmtp.nix
;
}
Reference in a new issue
Copy permalink