Adopt nix modules to new config

This commit is contained in:
Eike Kettner
2020-02-22 12:40:56 +01:00
parent 74a037887d
commit ec419c7bfd
11 changed files with 378 additions and 122 deletions

View File

@ -173,7 +173,7 @@ docspell.joex {
# To convert HTML files into PDF files, the external tool
# wkhtmltopdf is used.
wkhtmlpdf {
cmd = {
command = {
program = "wkhtmltopdf"
args = [
"-s",
@ -191,7 +191,7 @@ docspell.joex {
# To convert image files to PDF files, tesseract is used. This
# also extracts the text in one go.
tesseract = {
cmd = {
command = {
program = "tesseract"
args = [
"{{infile}}",
@ -215,7 +215,7 @@ docspell.joex {
# a libreoffice listener by running `unoconv -l` in a separate
# process.
unoconv = {
cmd = {
command = {
program = "unoconv"
args = [
"-f",