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