{ description = "Serval Prompt"; outputs = { ... }: { nixosModules.default = import ./module.nix; }; }