{
  config,
  pkgs,
  ...
}:
{
  config.machine.pkgsets.uniProgs.pkgs = with pkgs; [ qucs ];
}