diff --git a/home/alex/modules/email.nix b/home/alex/modules/email.nix index 7f558eb..8523b37 100644 --- a/home/alex/modules/email.nix +++ b/home/alex/modules/email.nix @@ -46,5 +46,9 @@ in imap.host = "thrall.failco.de"; smtp.host = "thrall.failco.de"; }; + + accounts.google = mkAccount "petry.alexander@gmail.com" // { + flavor = "gmail.com"; + }; }; }