[Tarro] Adds nodejs

This commit is contained in:
Drew Haven
2025-02-07 17:21:44 -08:00
parent eb7e431160
commit 2aac37129d
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
envExtra = '' envExtra = ''
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
PATH=$PATH:$HOME/.local/bin PATH=$PATH:$HOME/.local/bin
GITHUB_USERNAME=periodic
''; '';
initExtra = '' initExtra = ''
# Make ^U work like it does in Bash # Make ^U work like it does in Bash
@@ -31,7 +32,6 @@
"direnv" "direnv"
"sudo" "sudo"
]; ];
}; };
plugins = [ plugins = [

View File

@@ -12,6 +12,7 @@
nix.settings.experimental-features = ["flakes" "nix-command"]; nix.settings.experimental-features = ["flakes" "nix-command"];
home.packages = with pkgs; [ home.packages = with pkgs; [
nodejs_22
]; ];
home.stateVersion = "24.11"; home.stateVersion = "24.11";