From 1b8af78deb22cf787be433a69b772dbfcbcee3e0 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 30 May 2025 13:14:02 -0600 Subject: [PATCH] add zellji --- standalone-home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/standalone-home.nix b/standalone-home.nix index 3e31a99..c1a5d0f 100644 --- a/standalone-home.nix +++ b/standalone-home.nix @@ -68,6 +68,11 @@ }; }; + programs.zellij = { + enable = true; + enableBashIntegration = true; + }; + # Let Home Manager install and manage itself. programs.home-manager.enable = false;