{ pkgs, config, ... }: {
  imports = [
    ./c.nix
    ./common.nix
    ./go.nix
    ./node.nix
    ./prose.nix
    ./python.nix
  ];
}