{ self, inputs, ... }: { perSystem = {pkgs, ...}: { packages.myZsh = {inputs.wrappers.wrappers.zsh.zshrc.content = (self.dots.zshrc pkgs);}; }; }