aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile b/profile
index f0a9fd5..dd95c0a 100644
--- a/profile
+++ b/profile
@@ -19,6 +19,12 @@ for profile in "$HOME"/.nix-profile/etc/profile.d/*; do
source "$profile"
done
+# Guix
+export GUIX_PROFILE="/home/cynerd/.guix-profile"
+if [[ -d "$GUIX_PROFILE" ]]; then
+ source "$GUIX_PROFILE/etc/profile"
+fi
+
# Rest of the profile run only if login is from linux console
[[ "$(tty)" != /dev/tty* ]] && return