aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-10-08 11:29:41 +0200
committerKarel Kočí <cynerd@email.cz>2025-10-08 11:30:03 +0200
commit1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5 (patch)
treee4962037b2691e81a294b418369fc8ffc833c958 /profile
parent17ad846c2bc22ee5183b3ebdc25054c69dac73d3 (diff)
downloadmyconfigs-1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5.tar.gz
myconfigs-1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5.tar.bz2
myconfigs-1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5.zip
Add Guix
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