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, 5 insertions, 0 deletions
diff --git a/user/modules/npm.nix b/user/modules/npm.nix
new file mode 100644
index 00000000..d2ba55d9
--- /dev/null
+++ b/user/modules/npm.nix
@@ -0,0 +1,5 @@
+{ config, pkgs, ... }:
+
+{
+  home.file.".npmrc".source = ../javascript/.npmrc;
+}