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