From fb9eddbd8d6672793e138772faaa432da1174404 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 16 Jul 2025 16:15:00 -0400 Subject: [PATCH] Add zellij --- modules/hosts/darwin/mightymac/home-gene.liverman.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hosts/darwin/mightymac/home-gene.liverman.nix b/modules/hosts/darwin/mightymac/home-gene.liverman.nix index aa028c8..ab3c7ed 100644 --- a/modules/hosts/darwin/mightymac/home-gene.liverman.nix +++ b/modules/hosts/darwin/mightymac/home-gene.liverman.nix @@ -7,6 +7,10 @@ goPath = "go"; }; k9s.enable = true; + zellij = { + enable = true; + enableZshIntegration = true; + }; }; sops = {