The Nest
Explore
Sign in
WeetHet
nix-dotfiles-flakeless
home
tools
pandoc.nix
0
This is my flakeless configuration for macOS using nix
Code
Changes
Tags
Discussions
main
{ pkgs, ... }: { programs.pandoc = { enable = true; }; }