{ theme, ... }: {
  imports = [
    ./themes/${theme}
    ./common
  ];
}