nix/option/Tablet.nix

7 lines
98 B
Nix

{
lib,
...
}: {
options.module.tablet.enable = lib.mkEnableOption "the support for tables.";
}