nix-config/home/features/coding/nodejs.nix

2 lines
52 B
Nix

{pkgs, ...}: {home.packages = with pkgs; [nodejs];}