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