From 2a88412fd4b757521cce28475eada93e5b26fece Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 2 Jan 2024 13:45:48 +0000 Subject: [PATCH] Enable zellij shell integration --- home/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 6eb428b2..d95f28f6 100644 --- a/home/default.nix +++ b/home/default.nix @@ -269,7 +269,11 @@ }; }; }; - zellij = { enable = true; }; + zellij = { + enable = true; + enableBashIntegration = true; + enableZshIntegration = true; + }; zsh = { enable = true; enableAutosuggestions = true;