nix/option/Portal.nix

5 lines
86 B
Nix

{ lib, ... }:
{
options.module.portal.enable = lib.mkEnableOption "the portals.";
}