{ description = "System scripts"; inputs = { }; outputs = { self, ... }: { module = { config, lib, pkgs, ... }: {}; }; }