Update dev module

This commit is contained in:
Michael Thomas 2021-06-15 15:51:44 -04:00
parent b273dc704a
commit 8d2616c9ba
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
../../modules/home-manager.nix ../../modules/home-manager.nix
../../modules/zsh.nix ../../modules/zsh.nix
../../modules/dev.nix ../../modules/dev.nix
../../modules/fonts.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [

View File

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