{ config, pkgs, ... }:

{
  imports =
    [
      ./common-headless.nix
      ./i3.nix
    ];

}