fix: nushell's PATH on darwin

This commit is contained in:
Ryan Yin
2023-07-06 17:18:00 +08:00
parent 6e7815ce22
commit bacc1bf9cd

View File

@@ -6,6 +6,7 @@
"${config.home.homeDirectory}/bin"
"${config.home.homeDirectory}/.local/bin"
"${config.home.homeDirectory}/go/bin"
"/usr/local/bin"
"${config.home.homeDirectory}/.nix-profile/bin"
"/etc/profiles/per-user/${config.home.username}/bin"
"/run/current-system/sw/bin"