📦 package updates

This commit is contained in:
2021-06-07 23:01:40 -04:00
parent ad76f2648b
commit 670dd182da
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,10 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [ nodejs nodePackages.js-beautify yarn ];
home.packages = with pkgs; [
nodejs
nodePackages.js-beautify
nodePackages.prettier
yarn
];
}