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

17 lines
192 B
Nix
Raw Normal View History

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