args@{ config, pkgs, lib, vmixLib, ... }: with lib; { options.vmix.vms = mkOption { type = types.attrsOf (types.submodule (import ./options.nix args)); default = { }; }; imports = [ (import ./config.nix args) ]; }