nix/option/Tablet.nix

5 lines
97 B
Nix

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