[Tarro] Adds nodejs
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user