global/emacs: move some packages to global/packages
This commit is contained in:
parent
0916e967f6
commit
c9da101ffd
2 changed files with 4 additions and 13 deletions
|
@ -23,9 +23,6 @@ lib.mkIf main.info.graphical {
|
|||
|
||||
packages = with pkgs; lib.flatten [
|
||||
# --- Doom Emacs ---
|
||||
fd
|
||||
ripgrep
|
||||
fzf
|
||||
mlocate
|
||||
|
||||
gnumake
|
||||
|
@ -35,11 +32,6 @@ lib.mkIf main.info.graphical {
|
|||
editorconfig-core-c
|
||||
editorconfig-checker
|
||||
|
||||
# --- :app ---
|
||||
# :app everywhere
|
||||
xdotool
|
||||
xclip
|
||||
|
||||
# --- :editor ---
|
||||
# :editor format
|
||||
nodePackages.prettier
|
||||
|
@ -50,7 +42,6 @@ lib.mkIf main.info.graphical {
|
|||
## +gnuplot
|
||||
gnuplot
|
||||
## +roam2
|
||||
graphviz
|
||||
|
||||
# :lang common-lisp
|
||||
sbcl
|
||||
|
@ -95,7 +86,6 @@ lib.mkIf main.info.graphical {
|
|||
])
|
||||
|
||||
# :lang markdown
|
||||
pandoc
|
||||
# python3Packages.grip
|
||||
python-grip
|
||||
|
||||
|
@ -103,9 +93,6 @@ lib.mkIf main.info.graphical {
|
|||
shellcheck
|
||||
shfmt
|
||||
|
||||
# :lang json
|
||||
jq
|
||||
|
||||
# :lang data
|
||||
libxml2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue