mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
npm
This commit is contained in:
parent
18f4bcc95d
commit
f5c92e3ad5
3 changed files with 13 additions and 1 deletions
12
modules/home/cli/npm.nix
Normal file
12
modules/home/cli/npm.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# npm global packages
|
||||
# https://nixos.wiki/wiki/Node.js#Using_npm_install_-g_fails
|
||||
home.sessionPath = [
|
||||
"$HOME/.npm-global/bin"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nodejs
|
||||
];
|
||||
}
|
||||
|
|
@ -39,7 +39,6 @@ in
|
|||
uv # For running Python stuff quickly.
|
||||
|
||||
# AI
|
||||
gemini-cli
|
||||
google-cloud-sdk
|
||||
|
||||
# Publishing
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
./cli/direnv.nix
|
||||
# ./cli/zellij.nix
|
||||
./cli/just.nix
|
||||
./cli/npm.nix
|
||||
./services/ttyd.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue