···11+{ config, lib, hostPkgs, ... }:
22+{
33+ config = {
44+ # default pkgs for use in VMs
55+ _module.args.pkgs = hostPkgs;
66+77+ defaults = {
88+ # TODO: a module to set a shared pkgs, if options.nixpkgs.* is untouched by user (highestPrio) */
99+ };
1010+ };
1111+}