6 lines
92 B
Nix
6 lines
92 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
options.notmuch = { enable = lib.mkEnableOption "notmuch indexing"; };
|
|
}
|