mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
system: default-bash-profile: Add Guix Home search paths as well.
Ordinary .guix-profile is searched already. Also this makes desktop environments find packages installed in Guix Home. * gnu/system/shadow.scm (%default-bash-profile): Add Home search paths.
This commit is contained in:
parent
85aa30c53d
commit
bc6840316c
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ (define %default-bash-profile
|
|||
# Merge search-paths from multiple profiles, the order matters.
|
||||
eval \"$(guix package --search-paths \\
|
||||
-p $HOME/.config/guix/current \\
|
||||
-p $HOME/.guix-home/profile \\
|
||||
-p $HOME/.guix-profile \\
|
||||
-p /run/current-system/profile)\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue