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