{ pkgs, ... }: { environment.systemPackages = with pkgs; [ python37Packages.python-language-server ]; }