{ pkgs, lib, config, inputs, ... }: { languages.javascript = { enable = true; bun.enable = true; }; enterShell = '' git --version bun --version ''; }