{
  pkgs,
  ...
}:
{
  config.machine.pkgsets.cpp.pkgs = with pkgs; [
    bear
    clang
    cmake
    gcc
  ];
}