basic-tools.nix: reorganise
This commit is contained in:
parent
1e4b828aab
commit
2a83361681
3 changed files with 10 additions and 11 deletions
7
modules/mail.nix
Normal file
7
modules/mail.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
neomutt
|
||||
];
|
||||
|
||||
programs.msmtp.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue