configs/laptop/asciidoc.nix

8 lines
107 B
Nix
Raw Normal View History

2024-05-20 12:24:36 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs;
[
asciidoc-full asciidoctor
];
}