nix-da/home/thunderbird/default.nix
2024-05-16 03:58:46 +09:00

10 lines
164 B
Nix

{ ... }:
{
programs.thunderbird = {
enable = true;
#settings = { mailnews.wraplength = 80; };
profiles.nico = {
isDefault = true;
};
};
}