change cargo home

This commit is contained in:
LavaDesu 2021-05-26 22:43:11 +07:00
parent 26f2a05b96
commit 114bbe8abf
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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 ";