{ pkgs, ... }: { packages = with pkgs; [ nixfmt-rfc-style biome git ]; dotenv.enable = true; languages.javascript = { enable = true; bun.enable = true; }; processes = { "dev-publisher-dashboard".exec = "bun run --cwd apps/publisher-dashboard dev"; "build-watch".exec = "bun run build:watch:packages"; }; }