initial mail support
This commit is contained in:
parent
5a23631170
commit
8c6e6f6f2e
2 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
./roles/base.nix
|
||||
./roles/desktop.nix
|
||||
./roles/dev.nix
|
||||
./roles/mail.nix
|
||||
./roles/vpn.nix
|
||||
./roles/wireless.nix
|
||||
];
|
||||
|
|
9
roles/mail.nix
Normal file
9
roles/mail.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
astroid
|
||||
isync
|
||||
notmuch
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue