diff options
author | stuebinm | 2023-07-20 02:34:57 +0200 |
---|---|---|
committer | stuebinm | 2023-07-20 02:34:57 +0200 |
commit | 55127af74270eb84b12d7369f31b9a1160a8fec0 (patch) | |
tree | 7975f75c5845faf3af7caec039ce00dbe5484439 /home | |
parent | af021d53cec4f07ff21c63f2a9c4f75b5acad058 (diff) |
home: documentation for TeXlive
(this makes texdoc find useful pdfs on disk instead of on CTAN)
Diffstat (limited to '')
-rw-r--r-- | home/packages.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/packages.nix b/home/packages.nix index 030c0e6..998f205 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -17,8 +17,12 @@ in gimp-with-plugins inkscape krita meshlab pavucontrol moc gst_all_1.gstreamer vimiv-qt # LaTeX & documents - texlive.combined.scheme-full xournal pandoc zathura pdfpc + xournal pandoc zathura pdfpc poppler_utils typst rustex + (texlive.combine { + inherit (texlive) scheme-full; + pkgFilter = pkg: lib.elem pkg.tlType [ "run" "bin" "doc" ]; + }) # general cli utils almanac libnotify grim slurp wl-clipboard showrt kijetesantakaluotokieni mpc_cli duf dufs progress hledger |