diff options
| author | Grigory Shipunov | 2022-06-17 13:12:25 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-17 13:12:25 +0200 |
| commit | 2a83361681a03440cf644e5a398bb076d237cb5d (patch) | |
| tree | 93262c3e1f5029a34ec39bfb4601837fe3531bcc /modules/mail.nix | |
| parent | 1e4b828aab069b482f082115f7f9ac249f19d2d4 (diff) | |
basic-tools.nix: reorganise
Diffstat (limited to 'modules/mail.nix')
| -rw-r--r-- | modules/mail.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |
