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