commit e887311ca51a6fa0c81c51a06b377cab7b9445e1 parent bc8f78b54ca6f67378e7a23af32206678a305114 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Wed, 3 Dec 2025 16:31:38 +0100 apt Diffstat:
| apt/desktop | | | 2 | +- |
| apt/python | | | 2 | ++ |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/apt/desktop b/apt/desktop @@ -5,6 +5,7 @@ vim-gtk3 # needed for clipboard support in the CLI version evince diffpdf +zathura # for PDF sync with vimtex gedit gimp @@ -195,4 +196,3 @@ audacity xcalib # invert display colors dbus-x11 # for dbus-launch - diff --git a/apt/python b/apt/python @@ -97,3 +97,5 @@ python3-poppler-qt5 # pdfannot python3-pandas # to plot things python3-humanize # codex + +python3-networkx # graph manipulations