From 2aac37129da384c73f0566003959345edbbaa359 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Fri, 7 Feb 2025 17:21:44 -0800 Subject: [PATCH] [Tarro] Adds nodejs --- home-manager/features/shell.nix | 2 +- system/hosts/tarro-mbp/drew.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/features/shell.nix b/home-manager/features/shell.nix index e02b63a..f10c82e 100644 --- a/home-manager/features/shell.nix +++ b/home-manager/features/shell.nix @@ -6,6 +6,7 @@ envExtra = '' . "$HOME/.cargo/env" PATH=$PATH:$HOME/.local/bin + GITHUB_USERNAME=periodic ''; initExtra = '' # Make ^U work like it does in Bash @@ -31,7 +32,6 @@ "direnv" "sudo" ]; - }; plugins = [ diff --git a/system/hosts/tarro-mbp/drew.nix b/system/hosts/tarro-mbp/drew.nix index a798fc8..7a2bb61 100644 --- a/system/hosts/tarro-mbp/drew.nix +++ b/system/hosts/tarro-mbp/drew.nix @@ -12,6 +12,7 @@ nix.settings.experimental-features = ["flakes" "nix-command"]; home.packages = with pkgs; [ + nodejs_22 ]; home.stateVersion = "24.11";