nix-config/users/tacocat/programs/thunderbird.nix

6 lines
62 B
Nix

{...}: {
programs.thunderbird = {
enable = true;
};
}