{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ ghc stack stylish-haskell haskellPackages.ghcide haskellPackages.hoogle ]; home.file.".ghci".text = '' :set prompt "λ> " ''; }