add gmail account

This commit is contained in:
2025-08-25 07:21:21 +02:00
parent 5655129770
commit e672fe13f9

View File

@@ -64,5 +64,12 @@
}; };
thunderbird.enable = config.programs.thunderbird.enable; thunderbird.enable = config.programs.thunderbird.enable;
}; };
"romain.pqt@gmail.com" = {
address = "romain.pqt@gmail.com";
realName = "Romain Paquet";
flavor = "gmail.com";
thunderbird.enable = config.programs.thunderbird.enable;
};
}; };
} }