From 9bd9a86c5363dfdc699caafa32c92b8ddefde5f0 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Mon, 20 Nov 2023 15:30:30 +0100 Subject: [PATCH] fix: disable sourcing set-environment in zsh This has broken nix shell, and it's not needed when qtile is not used --- modules/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index 81f4018..74fba1b 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -26,7 +26,7 @@ nix-locate --top-level -w /bin/$1 } - source /etc/set-environment + # source /etc/set-environment ''; }; }; -- 2.48.1