Files
dotfiles/home/apps/thunderbird.nix
2025-03-29 12:19:32 +05:30

8 lines
92 B
Nix

{pkgs, ...}: {
programs.thunderbird = {
enable = true;
profiles = {
};
};
}