{ pkgs, ... }:
{
   environment.systemPackages = with pkgs;
    [
      asciidoc-full asciidoctor
    ];
}