fix: add nix profile paths to zsh initContent PATH

This commit is contained in:
mikl 2026-07-01 14:58:53 +03:00
parent b6faba6285
commit 943ca7fe8b

View file

@ -56,7 +56,7 @@
# Init content - uses lib.mkBefore to run before home-manager generated code # Init content - uses lib.mkBefore to run before home-manager generated code
initContent = lib.mkMerge [ initContent = lib.mkMerge [
(lib.mkBefore '' (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 # Show fastfetch on shell start