mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00:00
8 lines
98 B
Nix
8 lines
98 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
options.notmuch = {
|
||
|
enable = lib.mkEnableOption "notmuch indexing";
|
||
|
};
|
||
|
}
|