nix/option/Portal.nix

7 lines
87 B
Nix

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