emacs: need tex

This commit is contained in:
Sridhar Ratnakumar 2024-11-12 14:43:40 -05:00
parent 21f7031952
commit 044ea63ed5
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View file

@ -104,7 +104,7 @@
;;prodigy ; FIXME managing external services & code builders
;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux
;;tree-sitter ; syntax and parsing, sitting in a tree...
tree-sitter ; syntax and parsing, sitting in a tree...
;;upload ; map local to remote projects via ssh/ftp
:os
@ -152,7 +152,7 @@
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
org ; organize your plain life in plain text
(org +pretty) ; organize your plain life in plain text
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;graphviz ; diagrams for confusing yourself even more

View file

@ -9,6 +9,11 @@ in
inputs.nix-doom-emacs-unstraightened.hmModule
];
# https://docs.doomemacs.org/v21.12/modules/lang/org/#/prerequisites/nixos
home.packages = [
pkgs.texlive.combined.scheme-medium
];
programs.doom-emacs = {
enable = true;
emacs = pkgs.emacs30-pgtk;