diff options
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 3e63e9d..2268ac6 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -504,6 +504,7 @@ pkgs.mkShell { <<shell_packages_nix_related>> <<shell_packages_d_build_related>> # <<shell_packages_search_sqlite_related>> + # <<shell_packages_xml_and_epub_related>> ] )]; shellHook = '' @@ -546,6 +547,22 @@ ldc sqlite #+END_SRC +***** packages xml epub related + +#+NAME: shell_packages_xml_and_epub_related +#+BEGIN_SRC nix +# xml_and_epub_related +libxml2 +html-tidy +xmlstarlet +epubcheck +ebook_tools +epr +sigil +calibre # (ebook-viewer) +foliate +#+END_SRC + **** misc #+HEADER: :NO-tangle ../shell.nix |