{ pkgs, ... }:
{
  imports = [
    ./php.nix
  ];

  home.packages = with pkgs; [
    gcc
    gnumake
    unzip
    openssl
    autoconf
  ];
}