7 lines
114 B
Nix
7 lines
114 B
Nix
{ ... }: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles = { main = { isDefault = true; }; };
|
|
};
|
|
}
|