fix: add nix profile paths to zsh initContent PATH
This commit is contained in:
parent
b6faba6285
commit
943ca7fe8b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
# Init content - uses lib.mkBefore to run before home-manager generated code
|
||||
initContent = lib.mkMerge [
|
||||
(lib.mkBefore ''
|
||||
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
|
||||
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:$HOME/.nix-profile/bin:/etc/profiles/per-user/michaotic/bin:$PATH"
|
||||
'')
|
||||
''
|
||||
# Show fastfetch on shell start
|
||||
|
|
|
|||
Loading…
Reference in a new issue