8 lines
107 B
Nix
8 lines
107 B
Nix
{
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles.xun = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|