Update config

This commit is contained in:
Michael Thomas 2021-09-14 17:10:09 -04:00
parent 3f45bb3645
commit da1590543b
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
fortune
google-chrome
firefox
foxitreader
];
}

View File

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