{ config, lib, pkgs, ... }:
with lib;
{
  config = builtins.trace
    (builtins.toString (attrNames config.tmodule or { }))
    { };
}