Merge pull request #241518 from Gerg-L/use-xdg-base-directories
This commit is contained in:
commit
713af20167
1 changed files with 1 additions and 0 deletions
|
@ -700,6 +700,7 @@ in {
|
|||
|
||||
environment.profiles = [
|
||||
"$HOME/.nix-profile"
|
||||
"\${XDG_STATE_HOME:-$HOME/.local/state}/nix/profile"
|
||||
"/etc/profiles/per-user/$USER"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue