diff --git a/modules/home/all/nix.nix b/modules/home/all/nix.nix index 488f40c..9c178e8 100644 --- a/modules/home/all/nix.nix +++ b/modules/home/all/nix.nix @@ -9,6 +9,7 @@ # Normally, we do this on macOS only. And it is not necessary on NixOS. Yet, # non-NixOS Linux will need it (when using the official Nix installer). home.sessionPath = [ + "/run/wrappers/bin" "/etc/profiles/per-user/$USER/bin" "/nix/var/nix/profiles/system/sw/bin" "$HOME/.nix-profile/bin"