mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
8 lines
98 B
Nix
8 lines
98 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
options.notmuch = {
|
||
|
enable = lib.mkEnableOption "notmuch indexing";
|
||
|
};
|
||
|
}
|