From 6764aa5601311db4e66ade7f58eaed748210b3b1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 2 Apr 2023 09:07:56 +0900 Subject: home-manager: introduce home-manager --- .zshenv | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.zshenv') diff --git a/.zshenv b/.zshenv index 9aa9d62..a29fc68 100644 --- a/.zshenv +++ b/.zshenv @@ -12,3 +12,11 @@ export SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history" # Path export PATH="$HOME/bin:$HOME/.local/bin:$PATH" + +# Nix +if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then + . "$HOME/.nix-profile/etc/profile.d/nix.sh" +fi +if [ -e "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" ]; then + . "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" +fi -- cgit v1.3.1-4-g156e