Sat Sep 28 07:05:15 PM CEST 2024
This commit is contained in:
parent
e5d274e7a7
commit
84b400bb6d
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue