Skip to content

Commit

Permalink
feat(npm): add ~/.npmrc in dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
real34 committed Nov 28, 2022
1 parent 1ee5a90 commit 6cb3818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prefix = ${HOME}/.npm
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
home.stateVersion = "22.05";

home.file.".config/traefik/traefik.toml".source = ./files/traefik.toml;
home.file.".npmrc".source = ./files/.npmrc;

imports =
[
Expand Down

0 comments on commit 6cb3818

Please sign in to comment.