nix/option/VirtManager.nix

5 lines
94 B
Nix

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