summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/development/languages/javascript.nix
blob: cc7b8998330f09bd38aea6a83a05d932aba683cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    bun
    # deno
    nodePackages_latest.nodejs
    yarn-berry
    npkill
  ];
}