nix/option/VirtManager.nix

7 lines
95 B
Nix

{
lib,
...
}: {
options.module.virtmanager.enable = lib.mkEnableOption "the VM support.";
}