From 1aa30795edb8989af151f18bd22d24ec2643ac73 Mon Sep 17 00:00:00 2001 From: Francis Hamel <36383308+francishamel@users.noreply.github.com> Date: Thu, 29 Aug 2024 01:34:40 -0400 Subject: [PATCH] Show pane frames in zellij --- home-manager/modules/zellij.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/modules/zellij.nix b/home-manager/modules/zellij.nix index f2c2115..3025664 100644 --- a/home-manager/modules/zellij.nix +++ b/home-manager/modules/zellij.nix @@ -6,7 +6,6 @@ enableZshIntegration = true; settings = { on_force_close = "quit"; - pane_frames = false; }; }; }