nixos-config/config/programs/mail.nix

3 lines
61 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [thunderbird];
}