From fd45ab57c74ed8d2e287ea1cacbccb20bb3ce7c6 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Tue, 20 Aug 2024 16:12:01 -0500 Subject: [PATCH] Guix config in zsh --- zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ''; };