{ pkgs, lib, ... }: { wrappers.aerc = { basePackage = pkgs.zellij; flags = [ "--config" ./config.kdl ]; }; }