mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
nixos/user-groups: Add to $NIX_PROFILES paths
This commit is contained in:
parent
8688964d31
commit
bf383adf0a
@ -681,6 +681,7 @@ in {
|
||||
|
||||
environment.profiles = [
|
||||
"$HOME/.nix-profile"
|
||||
"\${XDG_STATE_HOME:-$HOME/.local/state}/nix/profile"
|
||||
"/etc/profiles/per-user/$USER"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user