profiles/emacs: add missing dependencies, refactor

This commit is contained in:
Infinidoge 2021-12-25 02:15:26 -05:00
parent 9e1af74035
commit 37bc387486

View file

@ -18,7 +18,6 @@
clang clang
cmake cmake
coreutils coreutils
editorconfig-checker
fd fd
fzf fzf
gnumake gnumake
@ -33,11 +32,40 @@
shellcheck shellcheck
sqlite sqlite
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) # --- :tools ---
# :tools editorconfig
editorconfig-core-c
editorconfig-checker
# --- :app ---
# :app everywhere
xdotool
xclip
# --- :lang ---
# :lang org
## +gnuplot
gnuplot
## +roam2
graphviz
# :lang common-lisp
sbcl
# :lang latex
(texlive.combine { (texlive.combine {
inherit (texlive) inherit (texlive)
scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed; scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed;
}) })
# :lang markdow
pandoc
python39Packages.grip
# --- :checkers ---
# :checkers spell
## +aspell
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
]; ];
# activation = { # Works in theory, but times out on rebuild # activation = { # Works in theory, but times out on rebuild