From 9724cdda54a3345151964110434137065bf691de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 19 Mar 2021 16:58:39 +0100 Subject: [PATCH] feat: install more utils --- configs/packages/default.nix | 2 ++ configs/packages/writing.nix | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/packages/default.nix b/configs/packages/default.nix index b606f02..50ec457 100644 --- a/configs/packages/default.nix +++ b/configs/packages/default.nix @@ -54,6 +54,7 @@ in { # MEDIA ffmpeg imagemagick + exiftool scrot # ARCHIVE TOOLS unzip @@ -104,6 +105,7 @@ in { nixpkgs-unstable.zoom-us # video conferencing pdfgrep # search in pdf pdftk # pdf toolkit + poppler_utils # pdf toolkit evince # for viewing pdf annotations xournalpp # for annotating pdfs hc # print files as qr codes diff --git a/configs/packages/writing.nix b/configs/packages/writing.nix index e305b97..3f8620c 100644 --- a/configs/packages/writing.nix +++ b/configs/packages/writing.nix @@ -65,6 +65,7 @@ in { (aspellWithDicts (dict: [ dict.de dict.en dict.en-computers ])) haskellPackages.pandoc-citeproc nur.repos.kmein.text2pdf + lowdown libreoffice # gnumeric dia @@ -72,6 +73,6 @@ in { # proselint asciidoctor wordnet - sdcv # stardict cli + # sdcv # stardict cli ]; }