[extra/tex] add qtikz

This commit is contained in:
Felix Buehler 2021-08-30 20:24:56 +02:00
parent b5ffc32cfc
commit e31246d7e3

View file

@ -1,8 +1,9 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
jabref
biber biber
jabref
qtikz
texlive.combined.scheme-full texlive.combined.scheme-full
texstudio texstudio
]; ];