summary refs log tree commit diff stats
path: root/user/modules/npm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules/npm.nix')
-rw-r--r--user/modules/npm.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/modules/npm.nix b/user/modules/npm.nix
deleted file mode 100644
index d2ba55d9..00000000
--- a/user/modules/npm.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-  home.file.".npmrc".source = ../javascript/.npmrc;
-}