{
  pkgs,
  config,
  ...
}: {
    home.packages = with pkgs; [
        xonotic
#    armagetron
        freeciv
        mindustry
        openra
    ];
}