nixos-config/config/programs/mail.nix

3 lines
65 B
Nix

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