nix-config/home/toast/modules/nodejs.nix

7 lines
75 B
Nix

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