11 lines
151 B
Nix
11 lines
151 B
Nix
{...}:{
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
settings = {
|
|
|
|
};
|
|
profiles."lilith" = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|