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