adding global uv and nodejs
This commit is contained in:
parent
a944264916
commit
733e912171
@ -30,6 +30,9 @@ in
|
|||||||
pkgs.delta
|
pkgs.delta
|
||||||
|
|
||||||
pkgs-unstable.claude-code
|
pkgs-unstable.claude-code
|
||||||
|
pkgs-unstable.uv
|
||||||
|
pkgs-unstable.nodejs
|
||||||
|
|
||||||
] ++ pkgs.lib.optionals specialArgs.withGUI [
|
] ++ pkgs.lib.optionals specialArgs.withGUI [
|
||||||
pkgs.discord
|
pkgs.discord
|
||||||
pkgs.obsidian
|
pkgs.obsidian
|
||||||
@ -44,6 +47,10 @@ in
|
|||||||
# required, was previously default
|
# required, was previously default
|
||||||
home.stateVersion = "18.09";
|
home.stateVersion = "18.09";
|
||||||
|
|
||||||
|
home.sessionPath = [
|
||||||
|
"$HOME/.local/bin"
|
||||||
|
];
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
programs.direnv.nix-direnv.enable = true;
|
programs.direnv.nix-direnv.enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user