diff --git a/home/apps/zsh.nix b/home/apps/zsh.nix index 41ce487..6e48af3 100644 --- a/home/apps/zsh.nix +++ b/home/apps/zsh.nix @@ -80,7 +80,7 @@ in { ''; envExtra = '' - export PATH="$PATH:${config.xdg.dataHome}/krew/bin:$GOPATH/bin"; + export PATH="$PATH:${config.xdg.dataHome}/krew/bin:${config.home.sessionVariables.GOPATH}/bin:${config.home.sessionVariables.CARGO_HOME}/bin:$HOME/.local/bin" export ZVM_INIT_MODE=sourcing '';