summaryrefslogtreecommitdiff
path: root/seth/programs/npm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'seth/programs/npm.nix')
-rw-r--r--seth/programs/npm.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/seth/programs/npm.nix b/seth/programs/npm.nix
deleted file mode 100644
index 8f311f8..0000000
--- a/seth/programs/npm.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, ...}:
-
-{
- config.programs.npm = {
- enable = true;
- npmrc = ''
- prefix=${config.xdg.dataHome}/npm
- cache=${config.xdg.cacheHome}/npm
- init-module=${config.xdg.configHome}/npm/config/npm-init.js
- '';
- };
-}