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,7 +1,8 @@
{ config, pkgs, libs, ... }:
{
home.packages = with pkgs; [
nodejs
nodePackages.yarn
php
];
}
}