mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: whee
This commit is contained in:
parent
077753652f
commit
6f199833bf
17 changed files with 96 additions and 78 deletions
|
|
@ -23,6 +23,24 @@ _: {
|
|||
flavor = "gmail.com";
|
||||
};
|
||||
in {
|
||||
main =
|
||||
mainEnable
|
||||
// katIdentity
|
||||
// {
|
||||
flavor = "plain";
|
||||
userName = "kat@dork.dev";
|
||||
address = "kat@dork.dev";
|
||||
imap = {
|
||||
tls.enable = true;
|
||||
host = "rinnosuke.inskip.me";
|
||||
port = 993;
|
||||
};
|
||||
smtp = {
|
||||
tls.enable = true;
|
||||
host = "rinnosuke.inskip.me";
|
||||
port = 465;
|
||||
};
|
||||
};
|
||||
primary =
|
||||
gmailAccount
|
||||
// katIdentity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue