diff options
Diffstat (limited to 'home/profile')
-rw-r--r-- | home/profile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/profile b/home/profile index b8fa27f..f81bc8a 100644 --- a/home/profile +++ b/home/profile @@ -14,5 +14,6 @@ export HISTSIZE=65535 export HISTFILE=$HOME/.history export STITCH_DIRECTORY=/home/mccd/notes export STITCH_GREP_CMD=ugrep - - +export GUIX_PROFILE="/home/mccd/.guix-profile" +. "$GUIX_PROFILE/etc/profile" +source /run/current-system/profile/etc/profile.d/nix.sh |