diff options
author | Karel Kočí <cynerd@email.cz> | 2025-10-08 11:29:41 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-10-08 11:30:03 +0200 |
commit | 1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5 (patch) | |
tree | e4962037b2691e81a294b418369fc8ffc833c958 /profile | |
parent | 17ad846c2bc22ee5183b3ebdc25054c69dac73d3 (diff) | |
download | myconfigs-1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5.tar.gz myconfigs-1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5.tar.bz2 myconfigs-1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5.zip |
Add Guix
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |