{pkgs, ...}: {
  home.packages = with pkgs;
  with nodePackages; [
    nodejs
    typescript
  ];
}