diff --git a/users/rin/zsh.nix b/users/rin/zsh.nix index 19d85ad..748bd4f 100644 --- a/users/rin/zsh.nix +++ b/users/rin/zsh.nix @@ -116,6 +116,7 @@ in rec { EDITOR = "nvim"; PATH = "${config.xdg.dataHome}/npm/bin:$PATH"; DIRENV_LOG_FORMAT = ""; + CARGO_HOME = "${config.xdg.dataHome}/cargo"; }; localVariables = { PS1 = "%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b ";