Add nodejs to dev environment

This commit is contained in:
Michael Thomas 2022-01-17 03:28:24 +00:00
parent 0c955ab2cc
commit 28132b6783

View File

@ -1,6 +1,7 @@
{ config, pkgs, libs, ... }: { config, pkgs, libs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
nodejs
nodePackages.yarn nodePackages.yarn
php php
]; ];