nix/home-manager/common/software/gui/thunderbird.nix
2024-05-07 12:51:52 +09:00

8 lines
122 B
Nix

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