feat: configure npm to use npm.dogar.dev
This commit is contained in:
1
dotfiles/npm/.npmrc
Normal file
1
dotfiles/npm/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
; registry=https://npm.dogar.dev
|
||||
@@ -1,4 +1,4 @@
|
||||
{lib, ...}: {
|
||||
{config, lib, ...}: {
|
||||
imports = lib.flatten [
|
||||
#
|
||||
# ========== Required Configs ==========
|
||||
@@ -36,5 +36,7 @@
|
||||
EDITOR = "nvim";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
file.".npmrc".source = config.lib.file.mkOutOfStoreSymlink
|
||||
"${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user