mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 05:03:09 +00: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 -o pipefail
|
||||
|
||||
cd $HOME
|
||||
|
||||
export PATH="${activationBinPaths}"
|
||||
|
||||
. ${./lib-bash/color-echo.sh}
|
||||
|
|
Loading…
Reference in a new issue