diff options
author | EuAndreh <eu@euandre.org> | 2023-10-03 20:48:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-10-03 20:48:32 -0300 |
commit | a47c32324b797148c7fd47520b3e6cbe649583ba (patch) | |
tree | 01d0daadc1ba67775dd29cbb11c59fffd205df1a | |
parent | etc/guix/home.scm: Remove {subtitle} from tg notify-send(1) command (diff) | |
download | dotfiles-a47c32324b797148c7fd47520b3e6cbe649583ba.tar.gz dotfiles-a47c32324b797148c7fd47520b3e6cbe649583ba.tar.xz |
etc/guix/home.scm: Add "texlive-scheme-full" package besides texlive-bin
I tried compiling some old PDF and I didn't have "moderncv" installed.
-rw-r--r-- | etc/guix/home.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 5b180f1..badf555 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -719,6 +719,7 @@ libraries/software/operating systems grap ghostscript enscript + texlive-scheme-full texlive-bin jq xmlstarlet |