M home/dotfiles/.zshrc => home/dotfiles/.zshrc +2 -0
@@ 25,6 25,8 @@ unsetopt HIST_IGNORE_ALL_DUPS
setopt HIST_FCNTL_LOCK
+eval "$($ZDOTDIR/direnv/direnv/bin/direnv hook zsh)"
+# source $ZDOTDIR/direnv/nix-direnv
source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
M home/home-configuration.scm => home/home-configuration.scm +2 -0
@@ 37,6 37,7 @@
;; Shell utilities
"ripgrep-all" "ripgrep"
"fd" "fzf"
+ "direnv"
;; Fonts
"font-hack" "font-dejavu"
@@ 102,6 103,7 @@
(".config/dwl/scripts/print.sh" ,(local-file "dotfiles/dwl/print.sh"))
+ (".config/zsh/direnv/direnv" ,direnv)
(".config/zsh/plugins" ,#~(string-append #$(directory-union
"zsh-plugins"
(list zsh-autosuggestions zsh-syntax-highlighting))