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