dotfiles/homes/modules/apps/thunderbird.nix

10 lines
136 B
Nix

{...}: {
programs.thunderbird = {
enable = true;
profiles = {
"me" = {
isDefault = true;
};
};
};
}