11 lines
141 B
Nix
11 lines
141 B
Nix
|
{
|
||
|
config = {
|
||
|
programs.thunderbird = {
|
||
|
enable = true;
|
||
|
profiles.default = {
|
||
|
isDefault = true;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|