fixed rust

This commit is contained in:
Maddie H 2023-03-11 22:43:49 +00:00
parent 6f027e6960
commit c45ffbcdd5
No known key found for this signature in database
GPG Key ID: 0C7CB348221D0AEF

View File

@ -10,6 +10,6 @@
CARGO_HOME = "${config.xdg.dataHome}/cargo";
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
};
sessionPath = [ "$CARGO_HOME/bin" ];
sessionPath = [ "${config.home.sessionVariables.CARGO_HOME}/bin" ];
};
}