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;