mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 11:29:55 +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 */ ''
|
shellInit = /* fish */ ''
|
||||||
set -U fish_greeting ""
|
set -U fish_greeting ""
|
||||||
|
|
||||||
export PATH="$HOME/.npm-packages/bin:$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
export NODE_PATH="$HOME/.npm-packages/lib/node_modules"
|
|
||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
export TERMCMD="kitty --single-instance"
|
export TERMCMD="kitty --single-instance"
|
||||||
export DIRENV_LOG_FORMAT=""
|
export DIRENV_LOG_FORMAT=""
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
home.file.".npmrc".text = /* ini */ ''
|
|
||||||
prefix=~/.npm-packages
|
|
||||||
'';
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user