Merge pull request #66425 from Gerschtli/fix/path-order
environment.profiles: fix order of profiles and PATH
This commit is contained in:
@@ -23,9 +23,8 @@ in
|
||||
XCURSOR_PATH = [ "$HOME/.icons" ];
|
||||
};
|
||||
|
||||
environment.profiles =
|
||||
[ "$HOME/.nix-profile"
|
||||
"/nix/var/nix/profiles/default"
|
||||
environment.profiles = mkAfter
|
||||
[ "/nix/var/nix/profiles/default"
|
||||
"/run/current-system/sw"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user