5 lines
94 B
Nix
5 lines
94 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.virtmanager.enable = lib.mkEnableOption "the VM support.";
|
|
}
|