mail: fix breakage

This commit is contained in:
Luj 2023-11-09 10:50:22 +01:00
parent f835376156
commit 3aec2a1030
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ with lib;
config = mkIf cfg.enable {
home.packages = [ pkgs.notmuch-addrlookup ];
programs.mbsync.enable = true;
programs.neomutt.enable = true;
programs.msmtp.enable = true;