15 lines
179 B
Nix
15 lines
179 B
Nix
{ pkgs, ... }:
|
|
|
|
with import ../../Zpkgs/tv { inherit pkgs; };
|
|
|
|
{
|
|
environment.systemPackages = [
|
|
much
|
|
msmtp
|
|
notmuch
|
|
pythonPackages.alot
|
|
qprint
|
|
w3m
|
|
];
|
|
}
|