about summary refs log tree commit diff
path: root/home/profiles/base-darwin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r--home/profiles/base-darwin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index 703ba67..3aa915b 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -41,6 +41,7 @@ in
       pkgs.pinentry_mac
 
       neovim
+      pkgs.nodejs-16_x
 
       # Common build tools
       (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; }))