mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
let
|
||||
astronvim = builtins.fetchGit {
|
||||
url = "https://github.com/AstroNvim/AstroNvim";
|
||||
rev = "dad0bec1fef2833561d04ea446a544fbfde92539";
|
||||
rev = "7f087b2ea45073be3386a29e805143f0a1f896e8";
|
||||
};
|
||||
astronvimUser = builtins.fetchGit {
|
||||
url = "https://foo:foo@github.com/morten-olsen/astrovim";
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
".env".source = ./files/env;
|
||||
".zshrc".source = ./files/zshrc;
|
||||
".bashrc".source = ./files/bashrc;
|
||||
# ".npmrc".source = ./files/npmrc;
|
||||
".shellrc/rc.d" = {
|
||||
source = ./files/shell/rc.d;
|
||||
};
|
||||
|
||||
1
user/programs/terminal/files/npmrc
Normal file
1
user/programs/terminal/files/npmrc
Normal file
@@ -0,0 +1 @@
|
||||
prefix = ${HOME}/.npm-packages
|
||||
@@ -95,5 +95,7 @@ PRINT_CENTER 60 "
|
||||
"
|
||||
fi
|
||||
|
||||
export PATH=~/.npm-global/bin:$PATH
|
||||
export NODE_PATH=~/.npm-global/lib/node_modules
|
||||
which wrk > /dev/null && eval `wrk tools bash`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user