{ pkgs, ... }: { home.packages = with pkgs; [ ghc haskell-language-server ]; home.file.".ghci".source = ./.ghci; }