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