This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-06 03:09:45 +01:00
Code
Issues
Releases
Wiki
Activity
28401ddd91
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