From 8d765a9fec3cec57172dba8aff379f727b0f7934 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 3 Aug 2023 23:11:46 +0300 Subject: shells: Add guix settings --- shells.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shells.org') diff --git a/shells.org b/shells.org index a68238e..3854ac0 100755 --- a/shells.org +++ b/shells.org @@ -59,6 +59,10 @@ export EDITOR="emacsclient" export GIT_EDITOR="emacsclient" export BROWSER="firefox" + # GUIX + export PATH=/home/$USER/.guix-profile/bin:$PATH + GUIX_PROFILE="/home/thanos/.guix-profile" + . "$GUIX_PROFILE/etc/profile" if [[ $- != *i* ]] then @@ -196,6 +200,8 @@ # Uncomment next line to enable starship prompt eval "$(starship init bash)" + GUIX_PROFILE="/home/thanos/.guix-profile" + . "$GUIX_PROFILE/etc/profile" #+end_src * zshrc -- cgit v1.2.3