Been so long since I booted the machine with this so idk

This commit is contained in:
caem 2025-01-06 00:38:59 +01:00
parent 1980fb8ffd
commit 381fdd789e
Signed by: caem
GPG key ID: 69A830D03203405F
6 changed files with 150 additions and 6 deletions

View file

@ -2,6 +2,10 @@
# Nix specific zsh configuration
if [ -x "$(command -v nix)" ]; then
source "$NIX_SHELL_PLUGIN"
source "$NIX_SHELL_PLUGIN"
if [ -f "$HOME/.config/user-dirs.dirs" ]; then
source "$HOME/.config/user-dirs.dirs"
fi
fi