feat(nix): add more homebrew packages

This commit is contained in:
Stefan Imhoff
2024-07-27 15:17:38 +02:00
parent 69619d147f
commit 204afb90ff
4 changed files with 39 additions and 119 deletions

View File

@@ -54,11 +54,6 @@ set --export EDITOR nvim
# Stable Diffusion Webui
set VIRTUAL_ENV $HOME/Code/AI/stable-diffusion-webui/venv
# Atuin
atuin init fish | source
# Direnv
direnv hook fish | source
# FZF
set FD_OPTIONS "--follow --exclude .git --exclude node_modules"
@@ -115,6 +110,12 @@ set --export MANPATH "/usr/local/man:$MANPATH"
set -gx PNPM_HOME "$HOME/Library/pnpm/"
set -gx PATH "$PNPM_HOME" $PATH
# Atuin
atuin init fish | source
# Direnv
direnv hook fish | source
# Enable vi-mode key bindings
fish_vi_key_bindings