nix/modules/apps/cli/mutt/default.nix

20 lines
198 B
Nix
Raw Normal View History

2024-09-15 10:25:38 +02:00
{
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
mutt-wizard
neomutt
msmtp
curl
isync
pass
lynx
notmuch
abook
mpop
urlscan
vim
];
}