9 lines
89 B
Nix
9 lines
89 B
Nix
{ ... }:
|
|
|
|
{
|
|
languages.javascript = {
|
|
enable = true;
|
|
pnpm.enable = true;
|
|
};
|
|
}
|