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