nix/modules/apps/cli/mutt/default.nix
2024-09-15 10:25:38 +02:00

20 lines
198 B
Nix

{
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
mutt-wizard
neomutt
msmtp
curl
isync
pass
lynx
notmuch
abook
mpop
urlscan
vim
];
}