diff options
Diffstat (limited to 'home-config/zsh/zprofile')
-rw-r--r-- | home-config/zsh/zprofile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home-config/zsh/zprofile b/home-config/zsh/zprofile index 050131a..2fc8f23 100644 --- a/home-config/zsh/zprofile +++ b/home-config/zsh/zprofile @@ -29,9 +29,9 @@ export GTK_THEME=Lavanda-Sea-Dark export TERMINAL=alacritty # Setup Guix Environment -export GUIX_PROFILE=$HOME/.guix-home -. $GUIX_PROFILE/setup-environment -$GUIX_PROFILE/on-first-login +export GUIX_PROFILE=$HOME/.guix-profile +$HOME/.guix-home/on-first-login +. $HOME/.guix-home/setup-environment # Setup Nix Environment export NIX_PROFILE=$HOME/.nix-profile |