10 lines
164 B
Nix
10 lines
164 B
Nix
{ ... }:
|
|
{
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
#settings = { mailnews.wraplength = 80; };
|
|
profiles.nico = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|