nix changes
This commit is contained in:
parent
238d53fadd
commit
0f1ab675db
2 changed files with 3 additions and 2 deletions
|
@ -70,3 +70,5 @@ lspconfig.lua_ls.setup {
|
|||
Lua = {}
|
||||
}
|
||||
}
|
||||
|
||||
lspconfig.nixd.setup { capabilities = capabilities }
|
||||
|
|
3
zshrc
3
zshrc
|
@ -36,6 +36,7 @@ alias vim=nvim
|
|||
alias t=tmux
|
||||
alias se=sudoedit
|
||||
alias s=sudo
|
||||
alias nrs="sudo nixos-rebuild switch"
|
||||
|
||||
export PATH=$PATH:/home/yt/.cargo/bin
|
||||
export EDITOR=nvim
|
||||
|
@ -105,8 +106,6 @@ zinit light Aloxaf/fzf-tab
|
|||
zinit light z-shell/zsh-eza
|
||||
zinit snippet OMZP::git
|
||||
zinit snippet OMZP::sudo
|
||||
zinit snippet OMZP::archlinux
|
||||
zinit snippet OMZP::command-not-found
|
||||
zinit snippet OMZP::colored-man-pages
|
||||
|
||||
# load completions
|
||||
|
|
Loading…
Add table
Reference in a new issue