From fd9b0ecef4142a62b45404700ba1cff488f84a73 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 23 May 2024 13:31:11 +0200 Subject: refactor(modules/home): Setup as "normal" NixOS module --- modules/home/conf/npm/.npmrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/home/conf/npm/.npmrc (limited to 'modules/home/conf/npm/.npmrc') diff --git a/modules/home/conf/npm/.npmrc b/modules/home/conf/npm/.npmrc new file mode 100644 index 00000000..d0d846bd --- /dev/null +++ b/modules/home/conf/npm/.npmrc @@ -0,0 +1,6 @@ +scripts-prepend-node-path=true +node_gyp= +prefix=${XDG_DATA_HOME}/npm +cache=${XDG_CACHE_HOME}/npm +tmp=${XDG_RUNTIME_DIR}/npm +init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js -- cgit 1.4.1