fix: disable sourcing set-environment in zsh This has broken nix shell, and it's not needed when qtile is not used
1 files changed, 1 insertions(+), 1 deletions(-) M modules/shell/zsh.nix
M modules/shell/zsh.nix => modules/shell/zsh.nix +1 -1
@@ 26,7 26,7 @@ nix-locate --top-level -w /bin/$1 } - source /etc/set-environment + # source /etc/set-environment ''; }; };