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 [
|
packages = with pkgs; lib.flatten [
|
||||||
clang
|
# --- Doom Emacs ---
|
||||||
cmake
|
|
||||||
fd
|
fd
|
||||||
fzf
|
|
||||||
gnumake
|
|
||||||
isync
|
|
||||||
jq
|
|
||||||
mu
|
|
||||||
nodePackages.prettier
|
|
||||||
nodejs
|
|
||||||
perl
|
|
||||||
python39Packages.pygments
|
|
||||||
ripgrep
|
ripgrep
|
||||||
shellcheck
|
fzf
|
||||||
sqlite
|
|
||||||
|
gnumake
|
||||||
|
|
||||||
# --- :tools ---
|
# --- :tools ---
|
||||||
# :tools editorconfig
|
# :tools editorconfig
|
||||||
|
@ -46,11 +37,18 @@ in
|
||||||
xdotool
|
xdotool
|
||||||
xclip
|
xclip
|
||||||
|
|
||||||
|
# --- :editor ---
|
||||||
|
# :editor format
|
||||||
|
nodePackages.prettier
|
||||||
|
|
||||||
|
|
||||||
# --- :lang ---
|
# --- :lang ---
|
||||||
# :lang org
|
# :lang org
|
||||||
|
python39Packages.pygments
|
||||||
## +gnuplot
|
## +gnuplot
|
||||||
gnuplot
|
gnuplot
|
||||||
## +roam2
|
## +roam2
|
||||||
|
sqlite
|
||||||
graphviz
|
graphviz
|
||||||
|
|
||||||
# :lang common-lisp
|
# :lang common-lisp
|
||||||
|
@ -85,6 +83,12 @@ in
|
||||||
pandoc
|
pandoc
|
||||||
python39Packages.grip
|
python39Packages.grip
|
||||||
|
|
||||||
|
# :lang sh
|
||||||
|
shellcheck
|
||||||
|
|
||||||
|
# :lang json
|
||||||
|
jq
|
||||||
|
|
||||||
# --- :checkers ---
|
# --- :checkers ---
|
||||||
# :checkers spell
|
# :checkers spell
|
||||||
## +aspell
|
## +aspell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue