dotfiles/modules/nodejs.nix

6 lines
104 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [ nodejs nodePackages.js-beautify yarn ];
}