nixos/user-groups: Add to $NIX_PROFILES paths

This commit is contained in:
Gerg-L 2023-07-04 12:16:04 -04:00
parent 8688964d31
commit bf383adf0a

View File

@ -681,6 +681,7 @@ in {
environment.profiles = [
"$HOME/.nix-profile"
"\${XDG_STATE_HOME:-$HOME/.local/state}/nix/profile"
"/etc/profiles/per-user/$USER"
];