From da621066c13e127b612ffe7f2e8cb48f8a215ff4 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sun, 2 Jun 2024 10:51:27 +0200 Subject: [PATCH] feat(home): Add petry.alexander@gmail.com mail account --- home/alex/modules/email.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }; }