summaryrefslogtreecommitdiff
path: root/common/home/accounts/email.nix
blob: 2b9b6c6ddaf22d0b5b75a049a5a6a3f9b1f09119 (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:
{
  default = {
    address = "nathan@nathanreiner.xyz";

    neomutt = {
      enable = true;
    };
  };
}