11 lines
159 B
Nix
11 lines
159 B
Nix
{...}: {
|
|
config.programs.thunderbird = {
|
|
enable = true;
|
|
|
|
profiles.kristian = {
|
|
isDefault = true;
|
|
withExternalGnupg = true;
|
|
};
|
|
};
|
|
}
|