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