{ treefmt-nix, pkgs, ... }: let conf = { imports = [ ../../root/nix/_treefmt-base.nix ]; settings.excludes = [ "modules/base/secrets.yaml" ]; }; in treefmt-nix.lib.mkWrapper pkgs conf