From 40aec4973df7e85885ced90e63ed40f78fa1877d Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 9 Mar 2022 20:18:00 +0000 Subject: [PATCH] the wrong --- hosts/macmini/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/macmini/default.nix b/hosts/macmini/default.nix index 626b0af..b5ad133 100644 --- a/hosts/macmini/default.nix +++ b/hosts/macmini/default.nix @@ -4,7 +4,7 @@ home = "/Users/chaos"; }; home-manager.users.chaos = { - programs.zsh.extraEnv = '' + programs.zsh.envExtra = '' export PATH=/run/current-system/sw/bin:$PATH ''; imports = with tree; [