diff options
Diffstat (limited to 'modules/npm.nix')
-rw-r--r-- | modules/npm.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/npm.nix b/modules/npm.nix new file mode 100644 index 0000000..d2ba55d --- /dev/null +++ b/modules/npm.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: + +{ + home.file.".npmrc".source = ../javascript/.npmrc; +} |