6 lines
100 B
Nix
6 lines
100 B
Nix
# NodeJS, JavaScript, and more!
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [ bun nodejs_22 ];
|
|
}
|