mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/tex: add pdfpc for presentations
This commit is contained in:
parent
301986bda3
commit
3950fa3cd4
3 changed files with 2 additions and 8 deletions
|
@ -1,6 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
pdfpc
|
||||
];
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
biber
|
||||
pdfpc
|
||||
qtikz
|
||||
texlive.combined.scheme-full
|
||||
texstudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue