chore: move some home folders to XDG spec compliant paths

This commit is contained in:
oddlama 2024-06-20 17:47:55 +02:00
parent c92aadf4cd
commit 40c030792d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 6 additions and 1 deletions

View file

@ -6,8 +6,11 @@
];
home = {
sessionVariables.CARGO_HOME = "\${HOME}/.local/share/cargo";
sessionVariables.RUSTUP_HOME = "\${HOME}/.local/share/rustup";
persistence."/state".directories = [
".cargo"
".local/share/cargo"
".local/share/rustup"
];
extraOutputsToInstall = ["man" "doc" "devdoc"];