diff --git a/zsh.nix b/zsh.nix index f0ed1bc..dd465a2 100644 --- a/zsh.nix +++ b/zsh.nix @@ -11,6 +11,8 @@ enableVteIntegration = true; initExtra = '' . "$HOME/.cargo/env" + export GUIX_PROFILE="/home/nora/.config/guix/current" + . "$GUIX_PROFILE/etc/profile" fortune ''; };