{ pkgs, lib, ... }: { wrappers.aerc = { basePackage = pkgs.aerc; flags = [ "--aerc-conf" ./aerc.conf "--accounts-conf" ./accounts.conf ]; }; }