The Nest
Explore
Sign in
WeetHet
nix-dotfiles
home
tools
pandoc.nix
0
Code
Changes
Tags
Discussions
main
{ pkgs, ... }: { programs.pandoc = { enable = true; }; }