aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/mail/pkgs.nix
blob: 380e1b530a6ba1a635e506402cad9bcb22a08f86 (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; [ neomutt notmuch ];
#   imports = [
#     ../../../ext/mail/neomutt.nix
#     ../../../ext/mail/notmuch.nix
#   ];
}