{ inputs, config, pkgs, ... }:
{
imports = [
(import ./utils/common.nix { inherit inputs config pkgs; })
];
}