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

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