1{ config, lib, ... }: 2 3{ 4 attrsOfSub = lib.mkIf config.enable { 5 foo.enable = true; 6 }; 7}