From 2a83361681a03440cf644e5a398bb076d237cb5d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 17 Jun 2022 13:12:25 +0200 Subject: basic-tools.nix: reorganise --- modules/mail.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/mail.nix (limited to 'modules/mail.nix') diff --git a/modules/mail.nix b/modules/mail.nix new file mode 100644 index 0000000..01538f8 --- /dev/null +++ b/modules/mail.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: { + environment.systemPackages = with pkgs; [ + neomutt + ]; + + programs.msmtp.enable = true; +} -- cgit v1.3.1