From d7028c9710099cbda496cee294d3457611e6cac6 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 7 Mar 2019 21:28:16 +0100 Subject: [PATCH] add BibLaTeX requirements --- home/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 5c390d1..4a3acdc 100644 --- a/home/home.nix +++ b/home/home.nix @@ -145,7 +145,6 @@ let skanlite akonadiconsole plasma-browser-integration - unstable.kile ] ++ (with kdeFrameworks; [ networkmanager-qt @@ -176,6 +175,8 @@ let latexApps = [ texmaker + unstable.kile + biber # customize texlive installation (texlive.combine { inherit (texlive) @@ -196,6 +197,8 @@ let acronym ccicons fontawesome + biblatex + logreq koma-script; }) ];