{ config, pkgs, ... }:
{
config.machine.pkgsets.cpp.pkgs = with pkgs; [
clang
cmake
gcc
global
# irony-server
];
}