diff --git a/home/zsh.nix b/home/zsh.nix index fbffad1..4627c30 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -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