mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
[extra/tex] add qtikz
This commit is contained in:
parent
b5ffc32cfc
commit
e31246d7e3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue