{ inputs, config, pkgs, ... }:
{
  imports = [
    (import ../Common/default.nix { inherit inputs config pkgs; })
  ];
}