nixos-laptop/home-manager/thunderbird/default.nix

9 lines
127 B
Nix
Raw Normal View History

2023-10-08 14:57:57 +00:00
{
config = {
programs.thunderbird = {
enable = true;
profiles.default = { isDefault = true; };
2023-10-08 14:57:57 +00:00
};
};
}