1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00
home-manager/modules/programs/notmuch-accounts.nix
2020-02-02 01:07:28 +01:00

6 lines
92 B
Nix

{ lib, ... }:
{
options.notmuch = { enable = lib.mkEnableOption "notmuch indexing"; };
}