From 4f5ceff875ba37a70f0b11040933ca17f53c27c2 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Fri, 27 Sep 2024 10:37:47 -0300 Subject: [PATCH] Fixed zellij setting syntax --- home/shell/zellij.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/shell/zellij.nix b/home/shell/zellij.nix index edff8b9..87fe2b6 100644 --- a/home/shell/zellij.nix +++ b/home/shell/zellij.nix @@ -5,7 +5,8 @@ enableFishIntegration = true; enableZshIntegration = true; settings = { - paneFrames = false; + pane_frames = false; + copy_on_select = false; }; }; }