nix/option/Realtime.nix

7 lines
97 B
Nix
Raw Normal View History

2024-11-16 04:43:59 +03:00
{
lib,
...
}: {
options.module.realtime.enable = lib.mkEnableOption "the realtime access.";
}