aboutsummaryrefslogtreecommitdiff
path: root/home-manager/modules/programs/notmuch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/programs/notmuch.nix')
-rw-r--r--home-manager/modules/programs/notmuch.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/modules/programs/notmuch.nix b/home-manager/modules/programs/notmuch.nix
index 7e7a140b20c..9070d755671 100644
--- a/home-manager/modules/programs/notmuch.nix
+++ b/home-manager/modules/programs/notmuch.nix
@@ -143,6 +143,10 @@ in {
};
};
};
+
+ accounts.email.accounts = mkOption {
+ type = with types; attrsOf (submodule (import ./notmuch-accounts.nix));
+ };
};
config = mkIf cfg.enable {