diff --git a/home/shell/zellij.nix b/home/shell/zellij.nix index 87fe2b6..da0aff9 100644 --- a/home/shell/zellij.nix +++ b/home/shell/zellij.nix @@ -1,9 +1,6 @@ {...}: { programs.zellij = { enable = true; - enableBashIntegration = true; - enableFishIntegration = true; - enableZshIntegration = true; settings = { pane_frames = false; copy_on_select = false;