From 18bfb3aee553247d431c2dd90f48d9bc43d2ce68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 24 Aug 2024 20:31:21 +0200 Subject: [PATCH] fix(zellij): disable bash/zsh autolaunch --- nixos/home.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nixos/home.nix b/nixos/home.nix index 1cf516d..a1f3d1c 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -118,11 +118,7 @@ in { }; programs.fuzzel.enable = true; - programs.zellij = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; + programs.zellij.enable = true; programs.ssh = { enable = true;