diff options
Diffstat (limited to 'home-configuration.scm')
| -rw-r--r-- | home-configuration.scm | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 0cd9bfe..9614a03 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -28,7 +28,22 @@ "emacs-ledger-mode" "glibc-locales" "guile" - "password-store"))) + "password-store" + + ;; TeX setup from https://guix.gnu.org/manual/1.5.0/en/html_node/Using-TeX-and-LaTeX.html + "rubber" + "texlive-scheme-basic" + "texlive-collection-latexrecommended" + "texlive-collection-fontsrecommended" + "texlive-babel-french" + ;; From "latexextra" collection. + "texlive-tabularray" + ;; From "binextra" collection. + "texlive-texdoc" + + ;; Extra TeX packages + "texlive-soul" + ))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. |
