mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
home-environment: run activation script in $HOME
This avoids issues when starting the activation script somewhere inaccessible.
This commit is contained in:
parent
02219dcd79
commit
59f44c1189
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ in
|
||||||
set -eu
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
cd $HOME
|
||||||
|
|
||||||
export PATH="${activationBinPaths}"
|
export PATH="${activationBinPaths}"
|
||||||
|
|
||||||
. ${./lib-bash/color-echo.sh}
|
. ${./lib-bash/color-echo.sh}
|
||||||
|
|
Loading…
Reference in a new issue