9 lines
140 B
Nix
9 lines
140 B
Nix
{
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles.main = {
|
|
withExternalGnupg = true;
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|