1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

feat: install more utils

This commit is contained in:
2021-03-19 16:58:39 +01:00
parent 6727df461d
commit 9724cdda54
2 changed files with 4 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ in {
# MEDIA # MEDIA
ffmpeg ffmpeg
imagemagick imagemagick
exiftool
scrot scrot
# ARCHIVE TOOLS # ARCHIVE TOOLS
unzip unzip
@@ -104,6 +105,7 @@ in {
nixpkgs-unstable.zoom-us # video conferencing nixpkgs-unstable.zoom-us # video conferencing
pdfgrep # search in pdf pdfgrep # search in pdf
pdftk # pdf toolkit pdftk # pdf toolkit
poppler_utils # pdf toolkit
evince # for viewing pdf annotations evince # for viewing pdf annotations
xournalpp # for annotating pdfs xournalpp # for annotating pdfs
hc # print files as qr codes hc # print files as qr codes

View File

@@ -65,6 +65,7 @@ in {
(aspellWithDicts (dict: [ dict.de dict.en dict.en-computers ])) (aspellWithDicts (dict: [ dict.de dict.en dict.en-computers ]))
haskellPackages.pandoc-citeproc haskellPackages.pandoc-citeproc
nur.repos.kmein.text2pdf nur.repos.kmein.text2pdf
lowdown
libreoffice libreoffice
# gnumeric # gnumeric
dia dia
@@ -72,6 +73,6 @@ in {
# proselint # proselint
asciidoctor asciidoctor
wordnet wordnet
sdcv # stardict cli # sdcv # stardict cli
]; ];
} }