summary refs log tree commit diff stats
path: root/user/modules/npm.nix
blob: d2ba55d9c7edea244173de1a6118c6c6cd7c1d72 (plain)
1
2
3
4
5
{ config, pkgs, ... }:

{
  home.file.".npmrc".source = ../javascript/.npmrc;
}