{ inputs, ... }: { perSystem = { system, ... }: { packages = (inputs.jawz-scripts.packages.${system} or { }) // { emacs-vm = inputs.nixos-generators.nixosGenerate { inherit system; modules = inputs.self.lib.commonModules "emacs"; format = "vm"; specialArgs = { inherit inputs; outputs = inputs.self; }; }; }; }; }