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