9 lines
143 B
Nix
9 lines
143 B
Nix
|
{ ... }: {
|
||
|
programs.thunderbird = {
|
||
|
enable = true;
|
||
|
profiles.Default = {
|
||
|
isDefault = true;
|
||
|
name = "default";
|
||
|
};
|
||
|
};
|
||
|
}
|