System/applications/devel-js.nix

11 lines
148 B
Nix

{ config, unstable, pkgs, ... }:
{
environment.systemPackages = with unstable; [
nodejs
yarn
nodePackages.typescript
deno
];
}