diff --git a/common/default.nix b/common/default.nix index 465d9b44..56859846 100644 --- a/common/default.nix +++ b/common/default.nix @@ -79,6 +79,12 @@ xfsprogs ]; + environment.variables.NPM_CONFIG_GLOBALCONFIG = "/etc/npmrc"; + environment.etc.npmrc.text = '' + fund = false + update-notifier = false + ''; + environment.systemPackages = (with pkgs; [ # Peripherals