summary refs log tree commit diff stats
path: root/user/modules/satoshipay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules/satoshipay.nix')
-rw-r--r--user/modules/satoshipay.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/modules/satoshipay.nix b/user/modules/satoshipay.nix
index d59c4f1f..5821103d 100644
--- a/user/modules/satoshipay.nix
+++ b/user/modules/satoshipay.nix
@@ -44,4 +44,8 @@ in
       contents = spGitConfig;
     }
   ];
+
+  home.file.".npmrc".text = ''
+    @satoshipay:registry=https://registry.npmjs.org/
+  '';
 }