From 1d4eb81f907e6f19cbbe9b5fd0c6402cb31632b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 8 Oct 2025 11:29:41 +0200 Subject: Add Guix --- profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'profile') 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 -- cgit v1.2.3