1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-19 04:47:29 +02:00
home-manager/modules/programs/notmuch-accounts.nix
2020-02-02 01:07:28 +01:00

5 lines
92 B
Nix

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