1 tv wu: import 2 tv mail-client
This commit is contained in:
parent
50e310c022
commit
813775b1a7
@ -10,6 +10,7 @@ with lib;
|
||||
../../2configs/tv/exim-retiolum.nix
|
||||
../../2configs/tv/git-public.nix
|
||||
# TODO git-private.nix
|
||||
../../2configs/tv/mail-client.nix
|
||||
../../2configs/tv/xserver.nix
|
||||
../../2configs/tv/synaptics.nix # TODO w110er if xserver is enabled
|
||||
{
|
||||
|
14
2configs/tv/mail-client.nix
Normal file
14
2configs/tv/mail-client.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
with import ../../Zpkgs/tv { inherit pkgs; };
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
much
|
||||
msmtp
|
||||
notmuch
|
||||
pythonPackages.alot
|
||||
qprint
|
||||
w3m
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user