{ pkgs, ... }:
{
  home.packages = [
    pkgs.freeciv_gtk
  ];
}