wezterm: comment out zsh integration as it is no longer needed

This commit is contained in:
Veneficium 2024-10-11 15:51:41 +02:00
parent e98cd696e7
commit 469b9abf94

View file

@ -2,7 +2,7 @@
{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
#enableZshIntegration = true;
extraConfig = builtins.readFile ./wezterm.lua;
};
}