feat(home): Add petry.alexander@gmail.com mail account

This commit is contained in:
Alexander Kobjolke 2024-06-02 10:51:27 +02:00
parent 5e53de014a
commit da621066c1

View file

@ -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";
};
};
}