mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 06:38:36 +01:00
npm: Remove .npm-packages
We no longer need to worry about this since we can install npm packages with Nix instead.
This commit is contained in:
parent
4d3cb6c027
commit
69495f38d9
@ -7,8 +7,7 @@
|
||||
shellInit = /* fish */ ''
|
||||
set -U fish_greeting ""
|
||||
|
||||
export PATH="$HOME/.npm-packages/bin:$HOME/.local/bin:$PATH"
|
||||
export NODE_PATH="$HOME/.npm-packages/lib/node_modules"
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export TERMCMD="kitty --single-instance"
|
||||
export DIRENV_LOG_FORMAT=""
|
||||
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
home.file.".npmrc".text = /* ini */ ''
|
||||
prefix=~/.npm-packages
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue
Block a user