this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(nix): add direnv

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

+3
+1
nix/flake.nix
··· 55 55 pkgs.bacon 56 56 pkgs.bleve-cli 57 57 pkgs.btop 58 + pkgs.direnv 58 59 pkgs.dust 59 60 pkgs.eza 60 61 pkgs.fd
+2
zsh/.zshrc
··· 29 29 export SHELL=$(which zsh) 30 30 fi 31 31 32 + eval "$(direnv hook zsh)" 33 + 32 34 # Added by LM Studio CLI (lms) 33 35 export PATH="$PATH:$HOME/.lmstudio/bin" 34 36 # End of LM Studio CLI section