{ inputs, ... }: { nixpkgs = { overlays = [ inputs.self.overlays.openssh-fixperms inputs.self.overlays.hy3-fixes inputs.golink.overlays.default inputs.quickshell.overlays.default ]; config = { allowUnfree = true; }; }; }