feat: add some thunderbird settings
This commit is contained in:
parent
ce7de9b9a6
commit
f54a7e8755
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
||||||
{
|
{
|
||||||
programs.thunderbird = {
|
programs.thunderbird = {
|
||||||
enable = true;
|
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 = {
|
profiles.nico = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue