9 lines
120 B
Nix
9 lines
120 B
Nix
{ ... }:
|
|
{
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles.default = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|