summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-09-20 21:04:47 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-09-20 21:08:10 +0200
commitf8c1af3c150b749d262b7d0b83fbb4c8d79dcb3f (patch)
treeeafc72d72844f968fd2765fd8bc68be650941804 /home
parent8e6f4bb8286a0df876e2757b1f18665fa41c4b66 (diff)
add latex
Diffstat (limited to 'home')
-rw-r--r--home/config/dotfiles/spacemacs2
-rw-r--r--home/config/environment.nix11
2 files changed, 5 insertions, 8 deletions
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;
}