diff options
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 |