global/emacs: move some packages to global/packages

This commit is contained in:
Infinidoge 2024-05-28 10:59:04 -04:00
parent 0916e967f6
commit c9da101ffd
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 4 additions and 13 deletions

View file

@ -36,6 +36,7 @@
moreutils moreutils
nmap nmap
openssl openssl
pandoc
parallel parallel
parted parted
pciutils pciutils
@ -58,6 +59,7 @@
yq yq
zip zip
] ++ (lib.optionals config.info.graphical (with pkgs; [ ] ++ (lib.optionals config.info.graphical (with pkgs; [
graphviz
yt-dlp yt-dlp
])); ]));
@ -81,5 +83,7 @@
arandr arandr
ffmpeg-full ffmpeg-full
mpv mpv
xclip
xdotool
])); ]));
} }

View file

@ -23,9 +23,6 @@ lib.mkIf main.info.graphical {
packages = with pkgs; lib.flatten [ packages = with pkgs; lib.flatten [
# --- Doom Emacs --- # --- Doom Emacs ---
fd
ripgrep
fzf
mlocate mlocate
gnumake gnumake
@ -35,11 +32,6 @@ lib.mkIf main.info.graphical {
editorconfig-core-c editorconfig-core-c
editorconfig-checker editorconfig-checker
# --- :app ---
# :app everywhere
xdotool
xclip
# --- :editor --- # --- :editor ---
# :editor format # :editor format
nodePackages.prettier nodePackages.prettier
@ -50,7 +42,6 @@ lib.mkIf main.info.graphical {
## +gnuplot ## +gnuplot
gnuplot gnuplot
## +roam2 ## +roam2
graphviz
# :lang common-lisp # :lang common-lisp
sbcl sbcl
@ -95,7 +86,6 @@ lib.mkIf main.info.graphical {
]) ])
# :lang markdown # :lang markdown
pandoc
# python3Packages.grip # python3Packages.grip
python-grip python-grip
@ -103,9 +93,6 @@ lib.mkIf main.info.graphical {
shellcheck shellcheck
shfmt shfmt
# :lang json
jq
# :lang data # :lang data
libxml2 libxml2