nixos-config/config/programs/mail.nix

4 lines
65 B
Nix
Raw Normal View History

2022-10-23 16:04:27 +00:00
{ pkgs, ... }: {
home.packages = with pkgs; [ thunderbird ];
2022-01-19 13:56:46 +00:00
}