Add neovim-nightly overlay

This commit is contained in:
Dave Gallant
2021-07-18 21:25:34 -04:00
parent 46dfd4b9c3
commit 71decebd73
9 changed files with 131 additions and 50 deletions

View File

@@ -125,7 +125,13 @@ in
eval "$(rbenv init -)"
setopt noincappendhistory
source $HOME/.cargo/env
pfetch
'' + lib.optionals stdenv.isDarwin ''
export PATH="$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
'';
shellAliases = {
@@ -140,7 +146,7 @@ in
"oh-my-zsh" = {
enable = true;
plugins = [ "git" "last-working-dir" ];
plugins = [ "last-working-dir" ];
};
};