{ config, pkgs, ... }: { users.users.jawz.packages = with pkgs; ([ ghc # compiler haskell-language-server # lsp ]); }