From e31246d7e3abbee59a8702e667b4aee8517846d6 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 30 Aug 2021 20:24:56 +0200 Subject: [PATCH] [extra/tex] add qtikz --- extra/tex.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/tex.nix b/extra/tex.nix index f1e2f7b..b01c2dc 100644 --- a/extra/tex.nix +++ b/extra/tex.nix @@ -1,8 +1,9 @@ { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ - jabref biber + jabref + qtikz texlive.combined.scheme-full texstudio ];