{ inputs, lib, pkgs, config, outputs, ... }:
{
  imports = [
    common/core
  ];
}