all repos — dotfiles @ 3a29208c7194764c7ec528fbeb0ed14710a2e3dc

Superseded by nixfiles

modules/npm.nix (view raw)

1
2
3
4
5
{ config, pkgs, ... }:

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