8 lines
122 B
Nix
8 lines
122 B
Nix
{ ... }: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles."Default" = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|