11 lines
160 B
Nix
11 lines
160 B
Nix
{conf,...}:{
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
settings = {
|
|
|
|
};
|
|
profiles.${conf.user} = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|