9 lines
No EOL
143 B
Nix
9 lines
No EOL
143 B
Nix
{ ... }: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles.Default = {
|
|
isDefault = true;
|
|
name = "default";
|
|
};
|
|
};
|
|
} |