# SPDX-FileCopyrightText: 2025 Ethan Reece # # SPDX-License-Identifier: MIT { ... }: { home.sessionVariables = { TERM = "xterm-256color"; }; programs = { zellij = { enable = true; attachExistingSession = true; }; }; }