basic-tools.nix: reorganise

This commit is contained in:
Grigory Shipunov 2022-06-17 13:12:25 +02:00
parent 1e4b828aab
commit 2a83361681
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 10 additions and 11 deletions

7
modules/mail.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
neomutt
];
programs.msmtp.enable = true;
}