Remove Zellij from zsh

This commit is contained in:
Bun 2025-06-06 15:55:08 -04:00
parent 1f3178804c
commit 1a4e5103b2

View file

@ -1,10 +1,6 @@
{ config, lib, ... }:
{
programs.zellij = {
enable = true;
attachExistingSession = true;
enableZshIntegration = true;
};
programs.zellij.enable = true;
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
with lib; with config.home; with config.xdg; [