[Tarro] Adds nodejs
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
nix.settings.experimental-features = ["flakes" "nix-command"];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nodejs_22
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
Reference in New Issue
Block a user