1{ lib, config, pkgs, ... }: 2 3{ 4 _module.args = { 5 utils = import ../../lib/utils.nix { inherit lib config pkgs; }; 6 }; 7}