{ pkgs, ... }: { environment.systemPackages = with pkgs; [ nodejs prettier typescript typescript-language-server ]; }