this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

npm config stuff

+1
+1
home-manager/home.nix
··· 68 68 # if you don't want to manage your shell through Home Manager. 69 69 home.sessionVariables = { 70 70 # EDITOR = "emacs"; 71 + NPM_CONFIG_USERCONFIG = "${config.home.homeDirectory}/.npmrc"; 71 72 }; 72 73 73 74 # Let Home Manager install and manage itself.