{ pkgs, ... }: { home.packages = builtins.attrValues { inherit (pkgs.nodePackages_latest) nodejs npm typescript-language-server ; }; }