From 943ca7fe8b6b82f7db34274f1b16962a0c141305 Mon Sep 17 00:00:00 2001 From: mikl Date: Wed, 1 Jul 2026 14:58:53 +0300 Subject: [PATCH] fix: add nix profile paths to zsh initContent PATH --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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