mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 10:12:37 +08:00
emacs: need tex
This commit is contained in:
parent
21f7031952
commit
044ea63ed5
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue