add devbox to development packages

This commit is contained in:
Michael Thomas 2023-04-29 14:38:06 -04:00
parent 867d0740e2
commit 4d8628a452

View File

@ -1,6 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# devbox
unstable.devbox
# Javascript
nodejs
nodePackages.yarn