home-manager/common/thunderbird.nix

11 lines
152 B
Nix

{...}: {
programs.thunderbird = {
enable = true;
profiles.kristian = {
isDefault = true;
withExternalGnupg = true;
};
};
}