diff --git a/home-manager/zellij.nix b/home-manager/zellij.nix index f15fd10..300d10b 100644 --- a/home-manager/zellij.nix +++ b/home-manager/zellij.nix @@ -1,6 +1,8 @@ {...}: { - enable = true; - enableZshIntegration = true; - exitShellOnExit = true; - attachExistingSession = true; + zellij = { + enable = true; + enableZshIntegration = true; + exitShellOnExit = true; + attachExistingSession = true; + } }