/ modules / home / programs / msmtp.nix
msmtp.nix
1  {
2    programs.msmtp = {
3      enable = true;
4      # configContent = "";
5    };
6  }