{ config, pkgs, ... }:

{
  config.machine.pkgsets.extra.pkgs = with pkgs; [
    imagemagick
    texlive.combined.scheme-full
    transmission
  ];
}