From 8d2616c9baf001725236e65cfe1b0030d7a05f9e Mon Sep 17 00:00:00 2001 From: Michael Thomas <michaelhthomas@outlook.com> Date: Tue, 15 Jun 2021 15:51:44 -0400 Subject: [PATCH] Update dev module --- nixpkgs/machines/mac/home.nix | 1 + nixpkgs/modules/dev.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixpkgs/machines/mac/home.nix b/nixpkgs/machines/mac/home.nix index 1fd261e..64f4c5c 100644 --- a/nixpkgs/machines/mac/home.nix +++ b/nixpkgs/machines/mac/home.nix @@ -4,6 +4,7 @@ ../../modules/home-manager.nix ../../modules/zsh.nix ../../modules/dev.nix + ../../modules/fonts.nix ]; home.packages = with pkgs; [ diff --git a/nixpkgs/modules/dev.nix b/nixpkgs/modules/dev.nix index a465e05..4141b3c 100644 --- a/nixpkgs/modules/dev.nix +++ b/nixpkgs/modules/dev.nix @@ -1,6 +1,6 @@ { config, pkgs, libs, ... }: { home.packages = with pkgs; [ - yarn + nodePackages.yarn ]; } \ No newline at end of file