{ pkgs, ... }@all: with all; { home.packages = with pkgs; [ nodejs typescript-language-server ]; }