mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add neovim-nightly overlay
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user