forked from mirrors_public/oddlama_nix-config
chore: move some home folders to XDG spec compliant paths
This commit is contained in:
parent
c92aadf4cd
commit
40c030792d
2 changed files with 6 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue