{ pkgs, ... }: { imports = [ ./php.nix ]; home.packages = with pkgs; [ gcc gnumake unzip openssl autoconf # haskell stuff haskell.compiler.ghc910 cabal-install stack ]; }