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 fortune
google-chrome google-chrome
firefox firefox
foxitreader
]; ];
} }

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
]; ];