{ config, lib, pkgs, ... }: { programs.zellij = { enable = true; }; home.file.".config/zellij/config.kdl".source = ../../../../zellij/config.kdl; }