disable wezterm's zsh integration

This commit is contained in:
2024-05-19 01:28:53 +05:30
parent db3c553733
commit f33edeefdf

View File

@ -1,6 +1,7 @@
{...}: {
programs.wezterm = {
enable = true;
enableZshIntegration = false;
extraConfig = ''
local wezterm = require 'wezterm'