feat: add some thunderbird settings

This commit is contained in:
Nydragon 2024-05-16 04:12:42 +09:00
parent ce7de9b9a6
commit f54a7e8755
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -2,7 +2,12 @@
{
programs.thunderbird = {
enable = true;
#settings = { mailnews.wraplength = 80; };
settings = {
"mailnews.wraplength" = 80;
"mail.pane_config.dynamic" = 2;
"mail.biff.play_sound" = false;
"mail.chat.play_sound" = false;
};
profiles.nico = {
isDefault = true;
};