1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-16 15:32:46 +01:00

pandoc: add new module

Add a module for pandoc that provides the following:

1. Setting default configuration options.
2. Installing templates.
3. Installing citation styles.
This commit is contained in:
Kirill Elagin 2022-01-01 14:51:06 -05:00 committed by Robert Helgesson
parent e622c5d836
commit c47c350f65
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
14 changed files with 227 additions and 0 deletions

3
.github/CODEOWNERS vendored
View file

@ -176,6 +176,9 @@
/modules/programs/openssh.nix @rycee
/modules/programs/pandoc.nix @kirelagin
/tests/modules/programs/pandoc @kirelagin
/modules/programs/password-store.nix @pacien
/modules/programs/pazi.nix @marsam