nixos-config/config/programs/mail.nix

4 lines
61 B
Nix
Raw Normal View History

2022-11-20 14:22:09 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [thunderbird];
2022-01-19 13:56:46 +00:00
}