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