diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-22 12:21:31 +0300 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-22 12:21:31 +0300 |
commit | ba51d8509f78361f3049900861f492e100116a8c (patch) | |
tree | 1e408ed789ecd8f3761ab9b4aa88b42e1af507f1 /home/profile | |
parent | 9fa6862f443b66c01895c3199502e4f628e4f69b (diff) | |
download | guix-ba51d8509f78361f3049900861f492e100116a8c.tar.gz guix-ba51d8509f78361f3049900861f492e100116a8c.tar.bz2 guix-ba51d8509f78361f3049900861f492e100116a8c.zip |
.
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 |