7 lines
98 B
Nix
7 lines
98 B
Nix
{
|
|
lib,
|
|
...
|
|
}: {
|
|
options.module.tablet.enable = lib.mkEnableOption "the support for tables.";
|
|
}
|