nixos/user-groups: fix environment.profiles using parameter expansion
This commit is contained in:
parent
f99e5f03cc
commit
9c24f502b7
1 changed files with 2 additions and 1 deletions
|
@ -702,7 +702,8 @@ in {
|
|||
|
||||
environment.profiles = [
|
||||
"$HOME/.nix-profile"
|
||||
"\${XDG_STATE_HOME:-$HOME/.local/state}/nix/profile"
|
||||
"\${XDG_STATE_HOME}/nix/profile"
|
||||
"$HOME/.local/state/nix/profile"
|
||||
"/etc/profiles/per-user/$USER"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue