mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
home-environment: run activation script in $HOME
This avoids issues when starting the activation script somewhere inaccessible.
This commit is contained in:
@@ -281,6 +281,8 @@ in
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
cd $HOME
|
||||
|
||||
export PATH="${activationBinPaths}"
|
||||
|
||||
. ${./lib-bash/color-echo.sh}
|
||||
|
||||
Reference in New Issue
Block a user