Email?
This commit is contained in:
parent
d5e1d319f3
commit
cdbd5afae7
1 changed files with 11 additions and 0 deletions
|
|
@ -82,6 +82,17 @@
|
|||
EDITOR = "emacsclient -n";
|
||||
};
|
||||
|
||||
accounts.email.accounts = {
|
||||
fastmail = {
|
||||
primary = true;
|
||||
realName = "Benson Chu";
|
||||
address = "bensonch457@fastmail.com";
|
||||
aliases = ["me@mail.pestctrl.io"];
|
||||
flavor = "fastmail.com";
|
||||
|
||||
mu.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue