aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/mail/pkgs.nix
blob: 883142046fed206dbd8da9fcd5d2adac790cda86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* USERSPACE MAIL CONFIGURATION
 *
 * This module depends on the `ext` hook in the repo
 * root, because it includes private config files
 * that contain sensitive information.
 */

{ pkgs, ... }:

{
  home.packages = with pkgs; [ msmtp neomutt notmuch thunderbird ];
#   imports = [
#     ../../../ext/mail/neomutt.nix
#     ../../../ext/mail/notmuch.nix
#   ];
}