aboutsummaryrefslogtreecommitdiff
path: root/home-manager/modules/programs/notmuch-accounts.nix
blob: fd4a811d73d3af6ca5ab49e3200123704c5245a3 (plain)
1
2
3
4
5
{ lib, ... }:

{
  options.notmuch = { enable = lib.mkEnableOption "notmuch indexing"; };
}