Guix config in zsh

This commit is contained in:
Leonora Tindall 2024-08-20 16:12:01 -05:00
parent 45d81fe6ef
commit fd45ab57c7
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
enableVteIntegration = true;
initExtra = ''
. "$HOME/.cargo/env"
export GUIX_PROFILE="/home/nora/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
fortune
'';
};