From 08ec8ce4b80547ca85c0d11f77cdc78bda783e24 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:04:37 -0400 Subject: [PATCH] reenable zellij by default in the shell --- .../modules/nmasur/presets/programs/zellij.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platforms/home-manager/modules/nmasur/presets/programs/zellij.nix b/platforms/home-manager/modules/nmasur/presets/programs/zellij.nix index c3956cb..70e9481 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/zellij.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/zellij.nix @@ -81,10 +81,10 @@ in enable = true; # Auto start on shell init - enableBashIntegration = false; - enableFishIntegration = false; - enableZshIntegration = false; - attachExistingSession = false; + enableBashIntegration = true; + enableFishIntegration = true; + enableZshIntegration = true; + attachExistingSession = true; exitShellOnExit = false; settings = {