profiles/emacs: add missing dependencies, refactor
This commit is contained in:
parent
9e1af74035
commit
37bc387486
1 changed files with 30 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue