mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 22:05:06 +02:00
fix: nushell's PATH on darwin
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
"${config.home.homeDirectory}/bin"
|
"${config.home.homeDirectory}/bin"
|
||||||
"${config.home.homeDirectory}/.local/bin"
|
"${config.home.homeDirectory}/.local/bin"
|
||||||
"${config.home.homeDirectory}/go/bin"
|
"${config.home.homeDirectory}/go/bin"
|
||||||
|
"/usr/local/bin"
|
||||||
"${config.home.homeDirectory}/.nix-profile/bin"
|
"${config.home.homeDirectory}/.nix-profile/bin"
|
||||||
"/etc/profiles/per-user/${config.home.username}/bin"
|
"/etc/profiles/per-user/${config.home.username}/bin"
|
||||||
"/run/current-system/sw/bin"
|
"/run/current-system/sw/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user