about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/npm/default.nix
blob: 7b4bb6a1bf61d87ac85e609e382976864233a1ab (plain) (blame)
1
2
3
4
5
6
7
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."npm/.npmrc".source = ./.npmrc;
}