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