# NodeJS, JavaScript, and more!
{ pkgs, ... }:

{
  home.packages = with pkgs; [ bun nodejs_22 ];
}