Sat Sep 28 07:05:15 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-09-28 19:05:15 +02:00
parent e5d274e7a7
commit 84b400bb6d
1 changed files with 3 additions and 0 deletions

View File

@ -26,5 +26,8 @@ in
programs.zsh.initExtra = pkgs.lib.mkForce ''
LOCAL_SEARCH_DIRS=(~/.dotfiles/)
REMOTE_SEARCH_DIRS=()
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
'';
}