update nixos config, update install-new-desktop.sh

This commit is contained in:
arnaucube
2023-07-11 00:08:18 +02:00
parent 59f6c1d359
commit 2e2a6ba78a
5 changed files with 57 additions and 9 deletions

7
.zshrc
View File

@@ -67,4 +67,9 @@ export PATH="$HOME/.cargo/bin:$PATH"
export EDITOR=vim
export LC_ALL="en_US.UTF-8"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# fzf
[ -f ~/.fzf.zsh ]
if [ -n "${commands[fzf-share]}" ]; then
source "$(fzf-share)/key-bindings.zsh"
source "$(fzf-share)/completion.zsh"
fi