diff options
Diffstat (limited to 'common/home/accounts/email.nix')
| -rw-r--r-- | common/home/accounts/email.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/home/accounts/email.nix b/common/home/accounts/email.nix new file mode 100644 index 0000000..2b9b6c6 --- /dev/null +++ b/common/home/accounts/email.nix @@ -0,0 +1,10 @@ +{ ... }: +{ + default = { + address = "nathan@nathanreiner.xyz"; + + neomutt = { + enable = true; + }; + }; +} |