{ config, pkgs, ... }: { home.sessionVariables = { ZELLIJ_AUTO_EXIT = "true"; }; programs.zellij= { enable = true; settings = { copy_command = "${pkgs.xclip}/bin/xclip -selection clipboard"; }; }; }