From b710b6058767cf1d7c780f7e93aea6f52ad021c5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Oct 2019 22:09:51 +0200 Subject: Create shim home-manager modules --- modules/npm.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/npm.nix (limited to 'modules/npm.nix') diff --git a/modules/npm.nix b/modules/npm.nix new file mode 100644 index 00000000..d2ba55d9 --- /dev/null +++ b/modules/npm.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: + +{ + home.file.".npmrc".source = ../javascript/.npmrc; +} -- cgit 1.4.1