refactor(doom): clean up emacs packages
This commit is contained in:
parent
5e8f046a11
commit
65ca84eca4
1 changed files with 17 additions and 13 deletions
|
@ -20,21 +20,12 @@ in
|
|||
];
|
||||
|
||||
packages = with pkgs; lib.flatten [
|
||||
clang
|
||||
cmake
|
||||
# --- Doom Emacs ---
|
||||
fd
|
||||
fzf
|
||||
gnumake
|
||||
isync
|
||||
jq
|
||||
mu
|
||||
nodePackages.prettier
|
||||
nodejs
|
||||
perl
|
||||
python39Packages.pygments
|
||||
ripgrep
|
||||
shellcheck
|
||||
sqlite
|
||||
fzf
|
||||
|
||||
gnumake
|
||||
|
||||
# --- :tools ---
|
||||
# :tools editorconfig
|
||||
|
@ -46,11 +37,18 @@ in
|
|||
xdotool
|
||||
xclip
|
||||
|
||||
# --- :editor ---
|
||||
# :editor format
|
||||
nodePackages.prettier
|
||||
|
||||
|
||||
# --- :lang ---
|
||||
# :lang org
|
||||
python39Packages.pygments
|
||||
## +gnuplot
|
||||
gnuplot
|
||||
## +roam2
|
||||
sqlite
|
||||
graphviz
|
||||
|
||||
# :lang common-lisp
|
||||
|
@ -85,6 +83,12 @@ in
|
|||
pandoc
|
||||
python39Packages.grip
|
||||
|
||||
# :lang sh
|
||||
shellcheck
|
||||
|
||||
# :lang json
|
||||
jq
|
||||
|
||||
# --- :checkers ---
|
||||
# :checkers spell
|
||||
## +aspell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue