From f8c1af3c150b749d262b7d0b83fbb4c8d79dcb3f Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 20 Sep 2021 21:04:47 +0200 Subject: add latex --- home/config/dotfiles/spacemacs | 2 +- home/config/environment.nix | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'home') diff --git a/home/config/dotfiles/spacemacs b/home/config/dotfiles/spacemacs index 794de94..8393fa9 100644 --- a/home/config/dotfiles/spacemacs +++ b/home/config/dotfiles/spacemacs @@ -58,10 +58,10 @@ This function should only modify configuration layer settings." ;; ---------------------------------------------------------------- ;; Programming (and markup) languages ;; ---------------------------------------------------------------- - ;; latex csv emacs-lisp spacemacs-misc go + latex markdown ocaml coq python diff --git a/home/config/environment.nix b/home/config/environment.nix index 01883ac..6b3b7e0 100644 --- a/home/config/environment.nix +++ b/home/config/environment.nix @@ -24,13 +24,8 @@ source-code-pro ] ++ [ # Programming languages - python3Minimal - ] ++ (with texlive; - [ - # Tex - # Uncomment when full disk available - # combined.scheme-full - ]); + python3Full + ]; home.wallpaper = ./dotfiles/background-image; @@ -64,4 +59,6 @@ }; services.gpg-agent.enable = true; + + home.file.".config/latexmkrc".source = ./dotfiles/latexmkrc; } -- cgit v1.2.3