From 878dea2de4c8f4289a9b1d08437f23d2a29021ea Mon Sep 17 00:00:00 2001 From: mediocregopher Date: Sat, 16 Dec 2023 15:51:15 +0100 Subject: Fixes coming from re-install on mediocre-desktop --- zsh/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/default.nix b/zsh/default.nix index c324a33..bc4a795 100644 --- a/zsh/default.nix +++ b/zsh/default.nix @@ -25,6 +25,8 @@ }; zshrc = pkgs.writeTextDir ".zshrc" '' + # Import before anything else, so that we have the full PATH available for everything following + . ${pkgs.nix}/etc/profile.d/nix.sh # oh-my-zsh export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh @@ -44,7 +46,6 @@ . ${./zshrc} . ${./aliases} - . ${pkgs.nix}/etc/profile.d/nix.sh ''; zsh = pkgs.writeScriptBin "zsh" '' -- cgit v1.2.3