5 lines
86 B
Nix
5 lines
86 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.portal.enable = lib.mkEnableOption "the portals.";
|
|
}
|